Fix error message
This commit is contained in:
parent
e021e814f4
commit
a0aff54e95
@ -77,7 +77,7 @@ func runChecks() {
|
||||
}
|
||||
|
||||
if strings.TrimSpace(*name) == "" {
|
||||
log.Fatalf("No directory was specified!")
|
||||
log.Fatalf("No package name was specified!")
|
||||
}
|
||||
|
||||
if stat, err := os.Stat(path.Join("/etc/bpm-utils/", *template)); err != nil || stat.IsDir() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user