Update main.go

This commit is contained in:
Damian Kaczmarek 2017-11-09 20:44:26 -06:00 committed by GitHub
parent 8405b241a4
commit 19761f5c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ REPOSITORY:
if err := app.Run(os.Args); err != nil {
fmt.Println("drone-ssh error: ", err)
os.Exit(1);
os.Exit(1)
}
}