Skip to content

Commit

Permalink
feat: dedent line in cosign copy doc (#3244)
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>
  • Loading branch information
vishal-chdhry authored Sep 16, 2023
1 parent 80def23 commit d5b8c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/copy.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func Copy() *cobra.Command {
# overwrite destination image and signatures
cosign copy -f example.com/src example.com/dest
# copy a container image and its signatures for a specific platform
# copy a container image and its signatures for a specific platform
cosign copy --platform=linux/amd64 example.com/src:latest example.com/dest:latest`,

Args: cobra.ExactArgs(2),
Expand Down
2 changes: 1 addition & 1 deletion doc/cosign_copy.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5b8c35

Please sign in to comment.