Skip to content

Commit ecd7fca

Browse files
committed
Fix option name
1 parent a56ab2a commit ecd7fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Environment/EnvironmentPushCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
261261
$gitArgs[] = '--push-option=environment.clone_parent_on_create=false';
262262
}
263263
if ($resourcesInit !== null) {
264-
$gitArgs[] = '--push-option=environment.resources.init=' . $resourcesInit;
264+
$gitArgs[] = '--push-option=resources.init=' . $resourcesInit;
265265
}
266266
}
267267

0 commit comments

Comments
 (0)