Never accept PRs without testing again
This commit is contained in:
parent
6ca4579e34
commit
674c4be3e3
|
@ -43,7 +43,7 @@ func main() {
|
||||||
err := os.MkdirAll(Config.filesDir, 0755)
|
err := os.MkdirAll(Config.filesDir, 0755)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("Error: could not create files directory")
|
fmt.Printf("Error: could not create files directory")
|
||||||
os.exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Template Globals
|
// Template Globals
|
||||||
|
|
Loading…
Reference in New Issue