Skip to content

Commit 8d98c69

Browse files
committed
fix printing
1 parent a6c8a70 commit 8d98c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/volume/snapshot/update/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
8282
return fmt.Errorf("update snapshot: %w", err)
8383
}
8484

85-
params.Printer.Info("Updated snapshot %q\n", snapshotLabel)
85+
params.Printer.Outputf("Updated snapshot %q\n", snapshotLabel)
8686
return nil
8787
},
8888
}

0 commit comments

Comments
 (0)