Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez committed Oct 3, 2023
1 parent 5baf17f commit 1464ca5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ts/pulumi/bazel_rce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
);
Expand Down

0 comments on commit 1464ca5

Please sign in to comment.