Skip to content

Commit 46889f2

Browse files
committed
Fix sync site reviews command
1 parent c67a0c7 commit 46889f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Command/GetSiteReviewCommand.php

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ public function execute(InputInterface $input, OutputInterface $output)
6363

6464
$this->generateGlobalRateSite();
6565

66+
return 1;
67+
6668
} catch (\Exception $e) {
6769
NetReviews::log("Site Rewiews ERROR :" . $e->getMessage());
6870
$output->writeln($e->getMessage());

Config/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<language>en_US</language>
1616
<language>fr_FR</language>
1717
</languages>
18-
<version>2.0.0</version>
18+
<version>2.0.1</version>
1919
<authors>
2020
<author>
2121
<name>Vincent Lopes-Vicente</name>

0 commit comments

Comments
 (0)