updated README.md
[lace] / lace
diff --git a/lace b/lace
index 0ce1f8d9d1efc12a3836c83d04b54fa889b303d8..2b7ad41771bd435d83e00d337bd82dceace413c9 100755 (executable)
--- a/lace
+++ b/lace
@@ -154,7 +154,7 @@ elif [[ "$1" == "unsub" ]];then
 elif [[ "$1" == "subs" ]];then
        awk '{print $2" ("$1")"}' $subsfile 
 elif [[ "$1" == "update" ]];then
-       curl https://raw.githubusercontent.com/frrobert2/lace/main/lace > "${BASH_SOURCE[0]}"
+       curl https://gitlab.com/frrobert2/lace/-/raw/dev/lace > "${BASH_SOURCE[0]}"
 else
        now_unix="$(date +'%s')"
        if [[ "$1" == "nope" ]];then