mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-02-16 14:07:52 +00:00
Merge pull request #42 from stephen679/fix_no_arguments
cmd: gomtree no arguments
This commit is contained in:
commit
2324bb8b19
1 changed files with 5 additions and 5 deletions
|
@ -227,12 +227,12 @@ func main() {
|
||||||
fmt.Printf("%s missing\n", missingpath)
|
fmt.Printf("%s missing\n", missingpath)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
log.Println("neither validating or creating a manifest. Please provide additional arguments")
|
|
||||||
isErr = true
|
|
||||||
defer os.Exit(1)
|
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
log.Println("neither validating or creating a manifest. Please provide additional arguments")
|
||||||
|
isErr = true
|
||||||
|
defer os.Exit(1)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue