From 87a2cba29890eb47da9459330a152843d052cdb1 Mon Sep 17 00:00:00 2001 From: wildone Date: Mon, 2 Aug 2021 09:19:06 +1000 Subject: [PATCH] add missing var. --- deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.ps1 b/deploy.ps1 index 0e085b0..896ec09 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -9,7 +9,7 @@ Param( [string]$AEM_USERNAME = "admin", [string]$AEM_PASSWORD = "admin", [string]$MVN_COMMAND = "mvn -DskipTests -e -U -P autoInstallPackage clean install -D""aem.port=$AEM_PORT"" -D""aem.host=$AEM_HOST"" -D""aem.username=$AEM_USERNAME"" -D""aem.password=$AEM_PASSWORD"" -D""aem.scheme=$AEM_SCHEME"" ", - [string]$FUNCTIONS_URI = "https://github.com/aem-design/aemdesign-docker/releases/latest/download/functions.ps1" + [string]$FUNCTIONS_URI = "https://github.com/aem-design/aemdesign-docker/releases/latest/download/functions.ps1" ) $SKIP_CONFIG = $true