@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.mjs CHANGED
@@ -442,7 +442,7 @@ var AwsDeploymentConfig = class _AwsDeploymentConfig extends Component3 {
442
442
  this.project.tasks.tryFind("synth:silent")?.exec(`cdk synth -q --output ${this.cdkOut}`, { env: this.env });
443
443
  };
444
444
  this.env = {
445
- GIT_BRANCH_NAME: "${GIT_BRANCH_NAME:-$(git branch --show-current)}"
445
+ GIT_BRANCH_NAME: '$(echo "${GIT_BRANCH_NAME:-$(git branch --show-current)}")'
446
446
  };
447
447
  this.projectPath = relative(project.root.outdir, project.outdir);
448
448
  this.rootPath = relative(project.outdir, project.root.outdir);