Browse Source

Fix indentation

pull/206/head
Clemens Wolff 5 years ago
parent
commit
482b6d3291
1 changed files with 4 additions and 4 deletions
  1. 8
      azuredeploy.json

8
azuredeploy.json

@ -274,9 +274,9 @@
}
],
"outputs": {
"databaseServer": {
"type": "string",
"value": "[variables('databaseFqdn')]"
}
"databaseServer": {
"type": "string",
"value": "[variables('databaseFqdn')]"
}
}
}
Loading…
Cancel
Save