Skip to content

Commit

Permalink
fmt -> log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Sep 3, 2017
1 parent e72479c commit bccf09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jira/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func main() {
fig.ConfigDir = ".jira.d"

if err := os.MkdirAll(filepath.Join(jiracli.Homedir(), fig.ConfigDir), 0755); err != nil {
fmt.Errorf("%s", err)
log.Errorf("%s", err)
panic(jiracli.Exit{Code: 1})
}

Expand Down

0 comments on commit bccf09f

Please sign in to comment.