Skip to content

Commit 82f01f7

Browse files
committed
chore: fix formatting in deploy.ts
1 parent 7125eda commit 82f01f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/cli-v3/src/commands/deploy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,7 @@ async function _deployCommand(dir: string, options: DeployCommandOptions) {
463463
Object.keys(childVars).length > 0 ||
464464
Object.keys(secretChildVars).length > 0 ||
465465
// Only sync parent variables if this is a branch environment
466-
(branch &&
467-
(Object.keys(parentVars).length > 0 || Object.keys(secretParentVars).length > 0));
466+
(branch && (Object.keys(parentVars).length > 0 || Object.keys(secretParentVars).length > 0));
468467

469468
if (hasVarsToSync) {
470469
const numberOfEnvVars =

0 commit comments

Comments
 (0)