@codedrifters/configulator 0.0.111 → 0.0.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -468,7 +468,7 @@ var AwsDeploymentConfig = class _AwsDeploymentConfig extends import_projen.Compo
|
|
|
468
468
|
this.project.tasks.tryFind("synth:silent")?.exec(`cdk synth -q --output ${this.cdkOut}`, { env: this.env });
|
|
469
469
|
};
|
|
470
470
|
this.env = {
|
|
471
|
-
GIT_BRANCH_NAME: "${GIT_BRANCH_NAME:-$(git branch --show-current)}"
|
|
471
|
+
GIT_BRANCH_NAME: '$(echo "${GIT_BRANCH_NAME:-$(git branch --show-current)}")'
|
|
472
472
|
};
|
|
473
473
|
this.projectPath = (0, import_node_path.relative)(project.root.outdir, project.outdir);
|
|
474
474
|
this.rootPath = (0, import_node_path.relative)(project.outdir, project.root.outdir);
|