From 196072e803105fda35bdeb4bc27700262a485e38 Mon Sep 17 00:00:00 2001 From: Recolic K <bensl@microsoft.com> Date: Wed, 20 Jul 2022 17:35:04 +0800 Subject: [PATCH] adjust sample config --- antidote.config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antidote.config.sh b/antidote.config.sh index ae20984..b840d4f 100644 --- a/antidote.config.sh +++ b/antidote.config.sh @@ -32,7 +32,7 @@ cis_bearer="Bearer `bearer-gen http://microsoft.com/beta-cps ed857452-e380-4621- ################################################################################################## # CIS "namespace" is CIS "JobType". If it's not set in environment variable, set it. -[[ -z $cis_namespace ]] || cis_namespace=M365FleetAGCTest +[[ "$cis_namespace" = "" ]] && cis_namespace=M365FleetAGCTest # If you are ommiting workflow name in your command line arguments, this is the default value. cis_default_workflow_name=SampleWorkflow # These default arguments could be overriden by command line arguments. Use it if it makes your life easier. -- GitLab