Never accept PRs without testing again

This commit is contained in:
andreimarcu 2015-09-26 07:50:33 -04:00
parent 6ca4579e34
commit 674c4be3e3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func main() {
err := os.MkdirAll(Config.filesDir, 0755)
if err != nil {
fmt.Printf("Error: could not create files directory")
os.exit(1)
os.Exit(1)
}
// Template Globals