s/enpoint/endpoint/g

This commit is contained in:
Oliver Schrenk
2015-10-16 11:12:25 +02:00
parent 544b923fab
commit 3bdbdbdaff
+1 -1
View File
@@ -244,7 +244,7 @@ Command Options:
log.Debug("args: %v", args)
if _, ok := opts["endpoint"]; !ok {
log.Error("endpoint option required. Either use --endpoint or set a enpoint option in your ~/.jira.d/config.yml file")
log.Error("endpoint option required. Either use --endpoint or set a endpoint option in your ~/.jira.d/config.yml file")
os.Exit(1)
}