Skip to content

Commit

Permalink
shutdown/factory-reset: ignore missing lima-home dir error.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Promislow <[email protected]>
  • Loading branch information
ericpromislow committed Jul 5, 2023
1 parent dd3e089 commit 1a968de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/rdctl/pkg/shutdown/shutdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func FinishShutdown(waitForShutdown bool, initiatingCommand InitiatingCommand) e
}
var err error
if err = directories.SetupLimaHome(); err != nil {
return err
logrus.Errorf("Ignoring error trying to get lima directory: %s", err)
}
limaCtlPath, err = directories.GetLimactlPath()
if err != nil {
Expand Down

0 comments on commit 1a968de

Please sign in to comment.