Skip to content

Commit

Permalink
cmd/internal/tsc: fix for go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed Mar 23, 2015
1 parent a8e20f8 commit fddf8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/internal/tsc/tsc.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (s *Script) Webhook(event string, payload interface{}) {
err = nonil(err, c.Close())
}
if err != nil {
s.logf("ERROR template script error:", err)
s.logf("ERROR template script error: %v", err)
}
}

Expand Down

0 comments on commit fddf8f5

Please sign in to comment.