Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
psyray committed Nov 21, 2023
1 parent 71e04e3 commit 620a8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/celery-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ exec "$@"
# httpx seems to have issue, use alias instead!!!
echo 'alias httpx="/go/bin/httpx"' >> ~/.bashrc

loglevel='$loglevel'
loglevel='info'
if [ "$DEBUG" == "1" ]; then
loglevel='debug'
fi
Expand Down

0 comments on commit 620a8fa

Please sign in to comment.