From 84a4e3e6ef98856f2c850c57572fb92c0013891f Mon Sep 17 00:00:00 2001 From: frrobert2 Date: Tue, 15 Jun 2021 07:22:36 -0400 Subject: [PATCH] undated update url to gitlab --- lace | 2 +- laced | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1