File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.9.1 (06/09/2024)
2+
3+ BUG FIXES:
4+
5+ * Correct selection of ` lockfile_or_upgrade ` , thanks to @edmundcraske-bjss
6+
17## 1.9.0 (06/09/2024)
28
39FEATURES:
Original file line number Diff line number Diff line change 88# #
99# Set Script Version
1010# #
11- readonly script_ver=" 1.9.0 " ;
11+ readonly script_ver=" 1.9.1 " ;
1212
1313# #
1414# Standardised failure function
@@ -654,7 +654,7 @@ if [ "${bootstrapped}" == "true" ]; then
654654 trap " rm -f $( pwd) /backend_tfscaffold.tf" EXIT;
655655
656656 declare lockfile_or_upgrade;
657- [ -n ${lockfile} ] && lockfile_or_upgrade=' -upgrade ' || lockfile_or_upgrade= " ${lockfile} " ;
657+ [ -n ${lockfile} ] && lockfile_or_upgrade=" ${lockfile} " || lockfile_or_upgrade= ' -upgrade ' ;
658658
659659 # Configure remote state storage
660660 echo " Setting up S3 remote state from s3://${bucket} /${backend_key} " ;
You can’t perform that action at this time.
0 commit comments