Update main.go

errors here are often to do with a misconfigured semaphore
This commit is contained in:
Tom Paine 2017-06-02 12:57:23 +01:00 committed by GitHub
parent f4425b7813
commit 1c233e3c0d

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)
}