Skip to content

Commit

Permalink
fix uppercase/lowercase var name
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Sep 13, 2023
1 parent c6b3d1f commit ddd102e
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 @@ -79,7 +79,7 @@ case $COMMAND in
echo "Resource group is empty, exiting"
exit 1
fi
BICEP_PARAMS=$resource_group.parameters.json
BICEP_PARAMS=$RESOURCE_GROUP.parameters.json
# Copy state files into the state directory
mkdir -p $STATE_DIR
cp $AZHOP_CONFIG $STATE_DIR
Expand Down

0 comments on commit ddd102e

Please sign in to comment.