Skip to content

Commit

Permalink
Fix uneven parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
romulets committed Apr 22, 2024
1 parent 7ce716a commit 7b1a1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-single-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
],
"properties": {
"hardwareProfile": {
"vmSize": "[parameters('VMSize'))]"
"vmSize": "[parameters('VMSize')]"
},
"storageProfile": {
"osDisk": {
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-single-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
],
"properties": {
"hardwareProfile": {
"vmSize": "[parameters('VMSize'))]"
"vmSize": "[parameters('VMSize')]"
},
"storageProfile": {
"osDisk": {
Expand Down

0 comments on commit 7b1a1ee

Please sign in to comment.