Skip to content

Commit

Permalink
Include a dash in PUSHER_DEV_SUFFIX for easier string concat
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Beaman <[email protected]>
  • Loading branch information
kidroca and Beamanator authored Apr 28, 2022
1 parent 54b33f4 commit 11a51f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/set-pusher-suffix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ -f "$CONFIG_FILE" ]; then

# delete any old suffix value and append the new one
sed -i '' '/^PUSHER_DEV_SUFFIX/d' '.env' || true
echo "PUSHER_DEV_SUFFIX=${PUSHER_DEV_SUFFIX}" >> .env
echo "PUSHER_DEV_SUFFIX=-${PUSHER_DEV_SUFFIX}" >> .env

fi
done < "$CONFIG_FILE"
Expand Down

0 comments on commit 11a51f0

Please sign in to comment.