mirror of
https://github.com/EnumeratedDev/bpm-utils.git
synced 2026-09-16 02:56:11 +00:00
Fix error message
This commit is contained in:
@@ -77,7 +77,7 @@ func runChecks() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if strings.TrimSpace(*name) == "" {
|
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() {
|
if stat, err := os.Stat(path.Join("/etc/bpm-utils/", *template)); err != nil || stat.IsDir() {
|
||||||
|
|||||||
Reference in New Issue
Block a user