Merge pull request #371 from aioue/patch-1

Update main.go
This commit is contained in:
Alan Campbell 2017-06-17 01:04:38 -04:00 committed by GitHub
commit 2bb0c7f9b7

View File

@ -39,6 +39,7 @@ func main() {
fmt.Printf("Tmp Path (projects home) %v\n", util.Config.TmpPath)
if err := db.Connect(); err != nil {
fmt.Println("\n Have you run semaphore -setup?")
panic(err)
}