From 3bdbdbdaff7d5a365c38d617017867a9c501ba98 Mon Sep 17 00:00:00 2001 From: Oliver Schrenk Date: Fri, 16 Oct 2015 11:12:25 +0200 Subject: [PATCH] s/enpoint/endpoint/g --- jira/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jira/main.go b/jira/main.go index 7670bc9..a53ca65 100644 --- a/jira/main.go +++ b/jira/main.go @@ -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) }