Skip to content

Commit

Permalink
Apparently I should just rewrite this
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Akins committed Mar 2, 2017
1 parent 474d14c commit 7d448cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func doUnmount(args []string) {

func doMount(args []string) {
r := result{}
if len(args) > 2 {
if len(args) < 2 {
r.emit(-2, "device and mountpoint are required")
}

Expand Down

0 comments on commit 7d448cb

Please sign in to comment.