From ae3a1494497702d16f2331a8d39c136c6e11f066 Mon Sep 17 00:00:00 2001 From: "AVM.Martin" Date: Tue, 26 Nov 2024 19:22:18 +0700 Subject: [PATCH] style: use pathspec for consistency --- yadm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yadm b/yadm index fddf6c0..2dec60a 100755 --- a/yadm +++ b/yadm @@ -827,7 +827,7 @@ function clone() { rm -rf "$wc" # then reset the index as the --no-checkout flag makes the index empty - "$GIT_PROGRAM" reset --quiet -- "$YADM_WORK" + "$GIT_PROGRAM" reset --quiet -- ":/" if [ "$YADM_WORK" = "$HOME" ]; then debug "Determining if repo tracks private directories"