Skip to content

Commit

Permalink
Remove unused template literal
Browse files Browse the repository at this point in the history
  • Loading branch information
weeco committed Aug 23, 2021
1 parent 01ff757 commit f10fa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func main() {
}

if err = e2eService.Start(ctx); err != nil {
logger.Fatal("failed to start end-to-end monitoring service: %w", zap.Error(err))
logger.Fatal("failed to start end-to-end monitoring service", zap.Error(err))
}
}

Expand Down

0 comments on commit f10fa9e

Please sign in to comment.