Skip to content

Commit

Permalink
fix wrong bicep param file name
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Sep 13, 2023
1 parent 214f8c7 commit c6b3d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azhop_state.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ case $COMMAND in
ADMIN_USER=$(yq eval '.admin_user' $AZHOP_CONFIG)
cp ${ADMIN_USER}_id_rsa $STATE_DIR
cp ${ADMIN_USER}_id_rsa.pub $STATE_DIR
cp ${BICEP_PARAMS}_id_rsa.pub $STATE_DIR
cp ${BICEP_PARAMS} $STATE_DIR

mkdir -p $STATE_DIR/packer
cp packer/options.json $STATE_DIR/packer/options.json
Expand Down

0 comments on commit c6b3d1f

Please sign in to comment.