We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d726684 commit c640f1eCopy full SHA for c640f1e
articles/app-service/configure-language-java.md
@@ -699,7 +699,7 @@ Here's a PowerShell script that completes these steps:
699
# Delete previous Tomcat directory if it exists
700
# In case previous config isn't completed or a new config should be forcefully installed
701
if(Test-Path "$Env:LOCAL_EXPANDED\tomcat"){
702
- Remove-Item "$Env:LOCAL_EXPANDED\tomcat" --recurse
+ Remove-Item "$Env:LOCAL_EXPANDED\tomcat" -Recurse
703
}
704
705
# Copy Tomcat to local
0 commit comments