Merge pull request #16 from oschrenk/fix-typo

s/enpoint/endpoint/g
This commit is contained in:
coryb
2015-10-16 08:50:52 -07:00
+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)
}