diff options
-rw-r--r-- | include/get.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/get.sh b/include/get.sh index 7c799411..2d1de425 100644 --- a/include/get.sh +++ b/include/get.sh @@ -3,7 +3,7 @@ # Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com> eval "`setvars "" loc url bkup_url subcurl subhash subgit subgit_bkup \ - depend subcurl_bkup repofail`" + depend subcurl_bkup`" tmpgit="$xbloc/gitclone" tmpgitcache="$XBMK_CACHE/tmpgit" |