diff --git a/ts/pulumi/bazel_rce/index.ts b/ts/pulumi/bazel_rce/index.ts index 27d37a19..519fe39d 100644 --- a/ts/pulumi/bazel_rce/index.ts +++ b/ts/pulumi/bazel_rce/index.ts @@ -442,7 +442,9 @@ export class BazelRemoteCache extends Pulumi.ComponentResource { { plaintextValue: Pulumi.interpolate`https://${username.result}:${password.result}@${record.name}`, repository: monorepo_github_name, - secretName: `BAZEL_REMOTE_CACHE_URL${args.stage?"_staging":""}`, + secretName: `BAZEL_REMOTE_CACHE_URL${ + args.stage ? '_staging' : '' + }`, }, { parent: this } );