Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 9, 2023
1 parent 7be22eb commit f69923a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/sync
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $files = new Illuminate\Filesystem\Filesystem();
echo ">>>> Checkout branch {$BRANCH}".PHP_EOL;

Illuminate\Support\Collection::make([
"git checkout $BRANCH",
"git checkout develop",
"git submodule init",
"git submodule foreach git reset --hard HEAD",
"git submodule foreach git checkout $BRANCH",
Expand Down
2 changes: 1 addition & 1 deletion core
Submodule core updated 2 files
+9 −0 CHANGELOG-8.x.md
+1 −1 composer.json

0 comments on commit f69923a

Please sign in to comment.