diff --git a/conf/azurebatch.config b/conf/azurebatch.config index 22659b7..f12ed33 100644 --- a/conf/azurebatch.config +++ b/conf/azurebatch.config @@ -24,4 +24,4 @@ azure.batch.autoPoolMode = true azure.storage.accountName = params.storage_name azure.storage.sasToken = params.sas_token process.executor = 'azurebatch' -workDir = param.work_dir +workDir = params.work_dir