summaryrefslogtreecommitdiff
path: root/include/git.sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/git.sh')
-rwxr-xr-xinclude/git.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/git.sh b/include/git.sh
index 1ad84d11..2bf3b761 100755
--- a/include/git.sh
+++ b/include/git.sh
@@ -10,8 +10,6 @@ git_reset_rev()
cd "${sdir}" || "${_fail}" "cannot cd to ${sdir}"
git reset --hard ${_rev} || \
"${_fail}" "cannot git reset ${sdir} <- ${rev}"
- git submodule update --init --checkout || \
- "${_fail}" "cannot update git modules <- ${sdir}"
)
}