From e1c20a1b91a79c632ed30a50e27da783bd93e47f Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 2 Aug 2022 16:36:49 -0400 Subject: [PATCH] Pull artifact not push artifact Fixup docs string to match pull command Signed-off-by: Kingdon Barrett --- cmd/flux/pull_artifact.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/flux/pull_artifact.go b/cmd/flux/pull_artifact.go index 382cdc69..3178f7fa 100644 --- a/cmd/flux/pull_artifact.go +++ b/cmd/flux/pull_artifact.go @@ -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