File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/cmd/server/security-group Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
8080 return fmt .Errorf ("attach security group to server: %w" , err )
8181 }
8282
83- params .Printer .Info ("Attached security group %q to server %q\n " , securityGroupLabel , serverLabel )
83+ params .Printer .Outputf ("Attached security group %q to server %q\n " , securityGroupLabel , serverLabel )
8484
8585 return nil
8686 },
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
8080 return fmt .Errorf ("detach security group from server: %w" , err )
8181 }
8282
83- params .Printer .Info ("Detached security group %q from server %q\n " , securityGroupLabel , serverLabel )
83+ params .Printer .Outputf ("Detached security group %q from server %q\n " , securityGroupLabel , serverLabel )
8484
8585 return nil
8686 },
You can’t perform that action at this time.
0 commit comments