From 6fd9a933dddf71ef3787f70583de00004891f9ec Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 30 Jan 2025 17:02:42 +0530 Subject: [PATCH] Fix command arg --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run.sh b/scripts/run.sh index e8cd703..2de8f82 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -165,7 +165,7 @@ while true; do --include-tags "$INCLUDE_TAGS" \ --exclude-tags "$EXCLUDE_TAGS" \ --fqdn-policy "${FQDN_POLICY:-prohibit}" \ - --ip "${DEPLOYMENT_IP}" + --ip "${DEPLOYMENT_IP}" \ --lrn "$LRN" \ --min-required-payment ${MIN_REQUIRED_PAYMENT:-0} \ --config-upload-dir "$UPLOAD_DIRECTORY" \