Forgot to uncomment

This commit is contained in:
Jamie.Rees 2017-05-25 13:26:42 +01:00
commit 39cac898c6

View file

@ -15,4 +15,4 @@ $config = Get-Content $configPath -raw
$config = $config.Replace("{{ENVIRONMENT}}",$env);
$config | Write-Output
#Set-Content -Path $configPath -Value $config
Set-Content -Path $configPath -Value $config