Skip to content

Commit d9a7159

Browse files
committed
Apply reviews
- Remove wrong INFO message - Remove the `—progress` option. Signed-off-by: Norio Nomura <[email protected]>
1 parent 89ec621 commit d9a7159

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

cmd/limactl/delete.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ func deleteAction(cmd *cobra.Command, args []string) error {
5757
} else {
5858
logrus.Infof("The autostart entry for instance %q has been unregistered", instName)
5959
}
60-
} else {
61-
logrus.Infof("The autostart entry for instance %q is not registered", instName)
6260
}
6361
logrus.Infof("Deleted %q (%q)", instName, inst.Dir)
6462
}

pkg/autostart/launchd/io.lima-vm.autostart.INSTANCE.plist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<string>start</string>
1111
<string>{{ .Instance }}</string>
1212
<string>--foreground</string>
13-
<string>--progress</string>
1413
</array>
1514
<key>RunAtLoad</key>
1615
<true/>

pkg/autostart/systemd/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description=Lima - Linux virtual machines, with a focus on running containers.
33
Documentation=man:lima(1)
44

55
[Service]
6-
ExecStart={{.Binary}} start %i --foreground --progress
6+
ExecStart={{.Binary}} start %i --foreground
77
WorkingDirectory=%h
88
Type=simple
99
TimeoutSec=10

0 commit comments

Comments
 (0)