summaryrefslogtreecommitdiff
path: root/remote.inc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'remote.inc.sh')
-rw-r--r--remote.inc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote.inc.sh b/remote.inc.sh
index 826ab37..8b9674b 100644
--- a/remote.inc.sh
+++ b/remote.inc.sh
@@ -1,6 +1,7 @@
__remote_refcache_update() {
local remote=$1 cachefile=$ASPCACHE/remote-$remote
+ # shellcheck disable=SC2064
trap "rm -f '$cachefile~'" RETURN
git ls-remote "$remote" 'refs/heads/packages/*' |