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

Commit e14a7e6

Browse files
committed
commands/upgrade: Add (updateiso)
1 parent 894939e commit e14a7e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

commands/upgrade.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package commands
2+
3+
import "github.com/docker/machine/libmachine"
4+
5+
func cmdUpgrade(c CommandLine, api libmachine.API) error {
6+
return runAction("upgrade", c, api)
7+
}

0 commit comments

Comments
 (0)