Skip to content

Commit b653781

Browse files
author
Lee Briggs
committed
Fix unmount command
1 parent bee2245 commit b653781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func Commands(fv FlexVolume) []cli.Command {
4848
},
4949
},
5050
{
51-
Name: "umount",
51+
Name: "unmount",
5252
Usage: "Mount the volume",
5353
Action: func(c *cli.Context) error {
5454
return handle(fv.Unmount(c.Args().Get(0)))

0 commit comments

Comments
 (0)