Skip to content

Commit 318f032

Browse files
authored
minor fix
1 parent ed4b157 commit 318f032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tasks/AzureAppServiceManage/azureappservicemanage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function swapSlot(endPoint, resourceGroupName: string, webAppName: string,
1111
}
1212
catch(error) {
1313
if(!!error)
14-
throw new Error(tl.loc("FailedToSwapWebAppSlotsError", webAppName, error));
14+
throw new Error(tl.loc("FailedToSwapWebAppSlots", webAppName, error));
1515
else
1616
throw new Error(tl.loc("SlotSwapOperationNotCompleted", webAppName));
1717
}
@@ -112,4 +112,4 @@ async function run() {
112112
}
113113
}
114114

115-
run();
115+
run();

0 commit comments

Comments
 (0)