From 86477ece5082c40836ca209940c410b21cdf72a6 Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Sun, 11 Aug 2019 23:04:44 +0200 Subject: [PATCH] Remove an inexistant file --- deploy.ps1 | 1 - 1 file changed, 1 deletion(-) 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 -- 2.43.0