Skip to content

Commit

Permalink
Update installer.sh to fix INSTALL_LOG typo (#89)
Browse files Browse the repository at this point in the history
Extra } character makes the .log extension to be ignored
  • Loading branch information
davidferlay authored Aug 1, 2023
1 parent faf6179 commit d34e771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -euo pipefail

# Location of install log
: "${INSTALL_LOG:=/tmp/platformsh-install-$(date '+%Y%m%d-%H%M%S')}.log}"
: "${INSTALL_LOG:=/tmp/platformsh-install-$(date '+%Y%m%d-%H%M%S').log}"

# Define this to force install method
: "${INSTALL_METHOD:=}"
Expand Down

0 comments on commit d34e771

Please sign in to comment.