From 2d5d2453055320b409e177274bb2829722804fed Mon Sep 17 00:00:00 2001 From: vakarisz Date: Mon, 4 Apr 2022 10:36:31 +0300 Subject: [PATCH] Deploy: Change quotes in windows deployment command --- deployment_scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_scripts/README.md b/deployment_scripts/README.md index 54e077ec7..c0d73e24f 100644 --- a/deployment_scripts/README.md +++ b/deployment_scripts/README.md @@ -22,7 +22,7 @@ The first argument is an empty directory (script can create one). The second arg - `.\deploy_windows.ps1` (Sets up monkey in current directory under .\infection_monkey) - `.\deploy_windows.ps1 -monkey_home "C:\test"` (Sets up monkey in C:\test) -- `.\deploy_windows.ps1 -branch "master"` (Sets up master branch instead of develop in current dir) +- `.\deploy_windows.ps1 -branch 'master'` (Sets up master branch instead of develop in current dir) You may also pass in an optional `agents=$false` parameter to disable downloading the latest agent binaries.