Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kminehart committed May 11, 2017
1 parent bf22f83 commit 86cf8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jules/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func run(stage string, projects []string, conf *Config, args *Arguments) error {
errors[project] = err
mutex.Unlock()
w.Fail()
log.Println(string(buff))
log.Println(buff.String())
return
}

Expand Down

0 comments on commit 86cf8ad

Please sign in to comment.