Remove an inexistant file

This commit is contained in:
Greg Burri 2019-08-11 23:04:44 +02:00
parent 4dcf1f1a22
commit 86477ece50

View file

@ -16,7 +16,6 @@ if (!(Test-Path -Path $destination)) {
}
Copy-Item target/release/recipes -Destination $destination
Copy-Item key.secret -Destination $destination
Copy-Item static -Destination $destination -Recurse -Force