Skip to content

Commit 1bc9e72

Browse files
Sergey KanzhelevSergey Kanzhelev
authored andcommitted
fix typo
1 parent 18a740b commit 1bc9e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"dependsOn": [
126126
"[resourceId('Microsoft.Web/Sites', parameters('siteName'))]",
127127
"[resourceId('Microsoft.Web/Sites/config', parameters('siteName'), 'web')]",
128-
"[resourceId('Microsoft.Web/sites/sourcecontrols', parameters('siteName'), 'web']"
128+
"[resourceId('Microsoft.Web/sites/sourcecontrols', parameters('siteName'), 'web')]"
129129
],
130130
"properties": { }
131131
}

0 commit comments

Comments
 (0)