Browse Source

Git clone --recursive in the git clone wrapper

cray
Mitch Tishmack 10 years ago
parent
commit
1cfe87c66a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      readme.org

+ 1
- 1
readme.org View File

@@ -347,7 +347,7 @@ maybe_git_repo()
if [ $? = 0 ]; then
mkdir -p "${repo}"
echo "git clone ${rrepo} ${repo}"
git clone "${rrepo}" "${repo}"
git clone --recursive "${rrepo}" "${repo}"
else
echo "${rrepo} doesn't look to be a git repository"
fi


Loading…
Cancel
Save