Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit b86e9dd

Browse files
committed
commands/start: Rename to lambda-machine-local
1 parent cb4e4da commit b86e9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ func cmdStart(c CommandLine, api libmachine.API) error {
1010
return err
1111
}
1212

13-
log.Info("Started machines may have new IP addresses. You may need to re-run the `docker-machine env` command.")
13+
log.Info("Started machines may have new IP addresses. You may need to re-run the `lambda-machine-local env` command.")
1414

1515
return nil
1616
}

0 commit comments

Comments
 (0)