Skip to content

Commit eb65aff

Browse files
Thaodantarsius
authored andcommitted
borg.sh: Fix name of a variable
In [1: e27463e] the local variable `remote_url' was renamed to `url' but one instance was overlooked. 1: 2022-11-25 e27463e Improve bootstrapping
1 parent 20b8c43 commit eb65aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

borg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ clone () {
9797
echo "Cloning $path from $remote ($url)"
9898

9999
mkdir -p "$modsdir"
100-
if git clone "$remote_url" "$path" \
100+
if git clone "$url" "$path" \
101101
--separate-git-dir "$modsdir/$name"
102102
then
103103
git remote rename origin "$remote"

0 commit comments

Comments
 (0)