From 502816a56dacd255f95daaaef8e26838739b6e70 Mon Sep 17 00:00:00 2001 From: Jared Haight <1220886+jaredhaight@users.noreply.github.com> Date: Sat, 31 Mar 2018 11:37:05 -0700 Subject: [PATCH] s/DeploymentLab/DetectionLab/g --- build.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.ps1 b/build.ps1 index 27badc3..d1ca61b 100644 --- a/build.ps1 +++ b/build.ps1 @@ -26,20 +26,20 @@ The full path to the packer executable. Default is C:\Hashicorp\packer.exe .PARAMETER VagrantOnly - This switch skips building packer boxes and instead downloads from www.deploymentlab.network + This switch skips building packer boxes and instead downloads from www.detectionlab.network .EXAMPLE build.ps1 -ProviderName virtualbox - This builds the DeploymentLab using virtualbox and the default path for packer (C:\Hashicorp\packer.exe) + This builds the DetectionLab using virtualbox and the default path for packer (C:\Hashicorp\packer.exe) .EXAMPLE build.ps1 -ProviderName vmware_workstation -PackerPath 'C:\packer.exe' - This builds the DeploymentLab using Vmware and sets the packer path to 'C:\packer.exe' + This builds the DetectionLab using Vmware and sets the packer path to 'C:\packer.exe' .EXAMPLE build.ps1 -ProviderName vmware_workstation -VagrantOnly - This command builds the DeploymentLab using vmware and skips the packer process, downloading the boxes instead. + This command builds the DetectionLab using vmware and skips the packer process, downloading the boxes instead. #> [cmdletbinding()]