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