Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Seán C McCord <ulexus@gmail.com>
  • Loading branch information
Ulexus committed Jun 14, 2022
1 parent d5002c4 commit e13c877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/autotrigger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func main() {

cueID, err := findCue(cueName)
if err != nil {
log.Fatalln("failed to find cue: %s", err.Error())
log.Fatalf("failed to find cue: %s", err.Error())
}

if err := trigger(cueID); err != nil {
Expand Down

0 comments on commit e13c877

Please sign in to comment.