From 5f8453dbaefc841beacbeee474d016a8ed70fe4c Mon Sep 17 00:00:00 2001 From: Daniel Goldberg Date: Sat, 8 Feb 2020 23:25:10 +0200 Subject: [PATCH] Delete temp config file from PS script --- deployment_scripts/deploy_windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_scripts/deploy_windows.ps1 b/deployment_scripts/deploy_windows.ps1 index 9272533fd..210453e8d 100644 --- a/deployment_scripts/deploy_windows.ps1 +++ b/deployment_scripts/deploy_windows.ps1 @@ -22,7 +22,7 @@ function Deploy-Windows([String] $monkey_home = (Get-Item -Path ".\").FullName, $webClient.DownloadFile($config_url, $config_filename) . ./config.ps1 "Config variables from config.ps1 imported" - #Remove-Item $config_filename + Remove-Item $config_filename # If we want monkey in current dir we need to create an empty folder for source files