X-Git-Url: https://software.frrobert.com/lace/blobdiff_plain/909911306a2d20773e6ec162bedf26a698976e86..HEAD:/lace diff --git a/lace b/lace index 0ce1f8d..2b7ad41 100755 --- 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