Skip to content

Commit a415ffa

Browse files
committed
limactl create: fix message
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 30dfe99 commit a415ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/limactl/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ func createAction(cmd *cobra.Command, args []string) error {
431431
if _, err = start.Prepare(cmd.Context(), inst); err != nil {
432432
return err
433433
}
434-
logrus.Infof("Run `limactl start %q` to start the instance.", inst.Name)
434+
logrus.Infof("Run `limactl start %s` to start the instance.", inst.Name)
435435
return nil
436436
}
437437

0 commit comments

Comments
 (0)