WIP: Rewrite bpm utils in go #1
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user