Skip to content

Commit b552499

Browse files
committed
autodeploy: Quote environment name in case it's an invalid identifier
1 parent b61e6b2 commit b552499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-bitte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ declare -r tmp
6161
cat > "${tmp}/${plutus_env}.cue" <<EOF
6262
package revisions
6363
64-
${plutus_env}: "${plutus_rev}"
64+
"${plutus_env}": "${plutus_rev}"
6565
EOF
6666

6767

0 commit comments

Comments
 (0)