Skip to content

Commit

Permalink
s/enpoint/endpoint/g
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Schrenk committed Oct 16, 2015
1 parent 83da78d commit c5d251d
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 c5d251d

Please sign in to comment.