From: Greg Burri Date: Sun, 11 Aug 2019 21:04:44 +0000 (+0200) Subject: Remove an inexistant file X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=commitdiff_plain;h=86477ece5082c40836ca209940c410b21cdf72a6 Remove an inexistant file --- diff --git a/deploy.ps1 b/deploy.ps1 index bd50936..5ef2355 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -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