Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jun 17, 2024
1 parent 701caaa commit b5c662a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper/common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function git_checkout() {
git pull origin HEAD
git submodule update --init
else
git --recursive "$URL" "$TARGET"
git clone --recursive "$URL" "$TARGET"
cd "$TARGET" || exit 1
fi
}
Expand Down

0 comments on commit b5c662a

Please sign in to comment.