summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-initramfs.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/build-initramfs.sh b/build-initramfs.sh
index 115bae5c..74c95698 100755
--- a/build-initramfs.sh
+++ b/build-initramfs.sh
@@ -94,10 +94,7 @@ handler_git() {
mkdir -p "$path"
- local gitargs=( \
- "--depth" "1" \
- "--single-branch" \
- )
+ local gitargs=("--depth" "1")
if [ -n "$branch" ]; then
gitargs+=("--branch" "$branch")
fi