Skip to content

Commit 907e11d

Browse files
committed
small modification
1 parent cc5bf19 commit 907e11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webapp-management/03-WebApp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ azure webapp remove -g "$groupName" -n "$appName3" -f
198198
#azure webapp remove -g "$groupName" -n "$appName4" -f
199199

200200
printf "\n30:Remove the resource group: %s.\n" "$groupName"
201-
deleterg=`azure group remove -n "$groupName" --force"`
201+
deleterg=`azure group remove -n "$groupName" --force`

0 commit comments

Comments
 (0)