Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
Fix git command

Signed-off-by: dhower-qc <134728312+dhower-qc@users.noreply.github.com>
  • Loading branch information
dhower-qc authored Jul 15, 2024
1 parent 8e3e57a commit bd4eed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ ! -d $ROOT/.home/.gems ]; then
fi

if [ ! -f $ROOT/ext/riscv-opcodes/README.md ]; then
git submodule init --update ext/riscv-opcodes
git submodule update --init ext/riscv-opcodes
fi

if [[ ! -z "$DEVELOPMENT" && $DEVELOPMENT -eq 1 ]]; then
Expand Down

0 comments on commit bd4eed2

Please sign in to comment.