From bd4eed23412a8575d76fadd3e7f4bb6482218b32 Mon Sep 17 00:00:00 2001 From: dhower-qc <134728312+dhower-qc@users.noreply.github.com> Date: Sun, 14 Jul 2024 21:47:52 -0400 Subject: [PATCH] Update setup Fix git command Signed-off-by: dhower-qc <134728312+dhower-qc@users.noreply.github.com> --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup b/bin/setup index f93ec0208..0233477ad 100755 --- a/bin/setup +++ b/bin/setup @@ -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