Skip to content

Commit

Permalink
autodeploy: Quote environment name in case it's an invalid identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Sep 16, 2021
1 parent b61e6b2 commit b552499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-bitte
Expand Up @@ -61,7 +61,7 @@ declare -r tmp
cat > "${tmp}/${plutus_env}.cue" <<EOF
package revisions
${plutus_env}: "${plutus_rev}"
"${plutus_env}": "${plutus_rev}"
EOF


Expand Down

0 comments on commit b552499

Please sign in to comment.