From: frrobert2 Date: Tue, 15 Jun 2021 11:22:36 +0000 (-0400) Subject: undated update url to gitlab X-Git-Url: https://software.frrobert.com/lace/commitdiff_plain/84a4e3e6ef98856f2c850c57572fb92c0013891f undated update url to gitlab --- 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 diff --git a/laced b/laced index f575326..9afbcaf 100755 --- a/laced +++ b/laced @@ -160,7 +160,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/laced > "${BASH_SOURCE[0]}" + curl https://gitlab.com/frrobert2/lace/-/raw/dev/laced > "${BASH_SOURCE[0]}" else now_unix="$(date +'%s')" timeline