Skip to content

Commit

Permalink
Merge pull request #2956 from kingdonb/fixup-oci
Browse files Browse the repository at this point in the history
Docs: correct "pull" in pull artifact docs
  • Loading branch information
stefanprodan authored Aug 3, 2022
2 parents ce2496e + e1c20a1 commit 278ac23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flux/pull_artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

var pullArtifactCmd = &cobra.Command{
Use: "artifact",
Short: "Push artifact",
Short: "Pull artifact",
Long: `The pull artifact command downloads and extracts the OCI artifact content to the given path.
The pull command uses the credentials from '~/.docker/config.json'.`,
Example: `# Pull an OCI artifact created by flux from GHCR
Expand Down

0 comments on commit 278ac23

Please sign in to comment.