Skip to content

Commit 6cf4922

Browse files
authored
Checkout main vm in install.sh (#95)
* Checkout main vm in `install.sh` * Bump WARDuino to v0.4.0
1 parent 6e1575c commit 6cf4922

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git submodule update --init
1313
echo "> WARDuino: fetching submodules"
1414
cd WARDuino
1515
git fetch
16-
git checkout feat/wood
16+
git checkout main
1717
git submodule update --init
1818

1919
echo "> WARDuino: building emulator"

0 commit comments

Comments
 (0)