Skip to content

Commit

Permalink
Missing quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Sep 7, 2024
1 parent 376d030 commit 91aed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ meta:

worker_count: (( grab params.worker_count || 10 ))

log_level: (( grab params.log_level || info ))
log_level: (( grab params.log_level || "info" ))

db:
scheme: "postgres"
Expand Down

0 comments on commit 91aed78

Please sign in to comment.