Skip to content

Commit f95c11d

Browse files
authored
ImportSingleCommand::execute() will return 0 when command is successful. (#4306)
Co-authored-by: Marco Primitivo <marco.primitivo@sparkfabrik.com>
1 parent 8e3dcec commit f95c11d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Command/Config/ImportSingleCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
133133

134134
return 1;
135135
}
136+
137+
return 0;
136138
}
137139

138140
private function configImport(StorageComparer $storageComparer)

0 commit comments

Comments
 (0)