Skip to content

Commit

Permalink
Merge pull request go-jira#16 from oschrenk/fix-typo
Browse files Browse the repository at this point in the history
s/enpoint/endpoint/g
  • Loading branch information
coryb committed Oct 16, 2015
2 parents 544b923 + 3bdbdbd commit 886adb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 886adb5

Please sign in to comment.