From 6a13c06471013f8e5b6bc692dd2e53331bb1303f Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 17 Jul 2014 15:16:37 +0200 Subject: [vmchooser2] fix git clone failing since our git moved. TODO: what did this do before? --- remote/modules/vmchooser2/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote') 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() { -- cgit v1.2.3-55-g7522