aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archfi3
1 files changed, 2 insertions, 1 deletions
diff --git a/archfi b/archfi
index c42e1f6..742e0ed 100644
--- a/archfi
+++ b/archfi
@@ -1338,7 +1338,8 @@ loadstrings(){
# --------------------------------------------------------
while (( "$#" )); do
case $1 in
- -t | --test) baseurl="https://raw.githubusercontent.com""/$2/archfi/$3";;
+ -t | --test) baseurl="https://raw.githubusercontent.com"
+ baseurl="$baseurl/$2/archfi/$3";;
--chroot) chroot=1
command=$2
args=$3;;