Skip to content

Commit

Permalink
Disambiguate cmd call
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Dec 2, 2023
1 parent b7a27ea commit a61afb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/provision-init-gradle-cache.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Write-Host "Stopping Gradle daemons..."
./gradlew --stop
Write-Host "Cleaning up entire gocd clone..."
cd \
cmd /c "rmdir /s /q C:\\gocd"
cmd.exe /c "rmdir /s /q C:\\gocd"

New-Item C:\\go -ItemType Directory | Out-Null
Write-Host "Cleaned."

0 comments on commit a61afb4

Please sign in to comment.