summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-17 15:16:37 +0200
committerJonathan Bauer2014-07-17 15:16:37 +0200
commit6a13c06471013f8e5b6bc692dd2e53331bb1303f (patch)
tree185f7ce81bbb29b6bc0bc32c4ca98a980fad1eba
parent[mltk] added cmake to devtool to check (diff)
downloadtm-scripts-6a13c06471013f8e5b6bc692dd2e53331bb1303f.tar.gz
tm-scripts-6a13c06471013f8e5b6bc692dd2e53331bb1303f.tar.xz
tm-scripts-6a13c06471013f8e5b6bc692dd2e53331bb1303f.zip
[vmchooser2] fix git clone failing since our git moved.
TODO: what did this do before?
-rw-r--r--remote/modules/vmchooser2/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vmchooser2/module.build b/remote/modules/vmchooser2/module.build
index e129b04e..b2f89702 100644
--- a/remote/modules/vmchooser2/module.build
+++ b/remote/modules/vmchooser2/module.build
@@ -1,6 +1,6 @@
fetch_source() {
- git clone --depth 1 "${REQUIRED_GIT}" src
+ git clone "${REQUIRED_GIT}" src
}
build() {