Skip to content

Commit

Permalink
style: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Feb 28, 2025
1 parent 1646c7a commit 928d280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/wdqs-frontend/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export DOLLAR='$'

# Generate initial config from template and put it to /config
if ! [ -e "/config/wdqs-frontend-config.json" ]; then
envsubst < /templates/wdqs-frontend-config.json.template > /config/wdqs-frontend-config.json
envsubst < /templates/wdqs-frontend-config.json.template > /config/wdqs-frontend-config.json
fi

# Use config from /config
Expand Down

0 comments on commit 928d280

Please sign in to comment.