Skip to content

Commit 102a372

Browse files
committed
Corrects capitalisation
1 parent ac87815 commit 102a372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
$backupSuccess = $false;
104104
echo "Attempting to restart Website`n"
105105
do{
106-
$status = Get-websitestate -name '${{env.SiteName}}'
106+
$status = Get-WebsiteState -name '${{env.SiteName}}'
107107
if ($status.Value -eq "Stopped") {
108108
start-iissite ${{env.SiteName}}
109109
echo "Website restarted`n---------`n"

0 commit comments

Comments
 (0)