Skip to content

Commit

Permalink
make go do what I want
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Jan 16, 2024
1 parent 81164eb commit a6934d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/release/cmd/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var rke2TagSubCmd = &cobra.Command{
}

if *dryRun {
fmt.Println("(dry-run)\n\nTagging github.com/rancher/rke2-packaging: \n")
fmt.Print("(dry-run)\n\nTagging github.com/rancher/rke2-packaging:\n\n")
for _, version := range rootConfig.RKE2.Versions {
fmt.Println("\t" + version + rpmTag)
}
Expand Down

0 comments on commit a6934d4

Please sign in to comment.