From: Scott Worley Date: Mon, 16 Mar 2026 17:43:18 +0000 (-0700) Subject: Fix bug: Clear local volume too X-Git-Url: http://git.scottworley.com/annex-ec/commitdiff_plain/refs/heads/master?ds=inline Fix bug: Clear local volume too --- diff --git a/annex-ec b/annex-ec index b6170e6..9041512 100755 --- a/annex-ec +++ b/annex-ec @@ -107,7 +107,7 @@ i=0 for f;do target_volume="${volumes[i]}" echo "${f// /[[:space:]]} annex.numcopies=1" >> .gitattributes - for volume in "${volumes[@]}";do + for volume in here "${volumes[@]}";do if [[ "$volume" != "$target_volume" ]]; then if [[ "$volume" == here ]];then git annex drop "$f"