Skip to content

Commit 6774986

Browse files
committed
Fix lint errors
Signed-off-by: Santosh <[email protected]>
1 parent 9b8cd74 commit 6774986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/artifact_pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func init() {
7070
pullCmd.Flags().StringVarP(&pullArgs.dest, "dest", "d", "", "destination URL for pulling the artifact from")
7171
pullCmd.Flags().BoolVarP(&pullArgs.verify, "verify", "v", false, "Set signature verification of the artifact using Sigstore cosign")
7272
pullCmd.Flags().StringVarP(&pullArgs.cosignKey, "pub-key", "k", "", "Cosign public key for varifying the artifact")
73-
pushCmd.Flags().StringVarP(&pushArgs.creds, "credentials", "c", "", "Credentials to authenticate with OCI registries ")
73+
pullCmd.Flags().StringVarP(&pullArgs.creds, "credentials", "c", "", "Credentials to authenticate with OCI registries ")
7474
artifactCmd.AddCommand(pullCmd)
7575
}
7676

0 commit comments

Comments
 (0)