Skip to content

Commit fab8da6

Browse files
authored
Merge branch 'Terrorboy:main' into main
2 parents 5f12df4 + 32d60b5 commit fab8da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cli

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (file_exists('vendor/autoload.php') === false) {
1515
passthru('composer update --ansi');
1616

1717
// * git submodule update
18-
passthru('git submodule init && git submodule update --recursive');
18+
passthru('git submodule init && git submodule update --recursive --remote');
1919

2020

2121
require_once('vendor/autoload.php');
@@ -40,4 +40,4 @@ if ($run == 'web') {
4040

4141
$ci4lang = new Ci4lang\Ci4langClass($locale);
4242
$ci4lang->cli();
43-
}
43+
}

0 commit comments

Comments
 (0)