Update lace
authorRev. Fr. Robert Bower <39407737+frrobert2@users.noreply.github.com>
Wed, 14 Apr 2021 01:05:24 +0000 (21:05 -0400)
committerGitHub <noreply@github.com>
Wed, 14 Apr 2021 01:05:24 +0000 (21:05 -0400)
lace

diff --git a/lace b/lace
index 31e4ca112d0f78f58198a4efcc08441ac5eedc54..7ae315ed47e2f1cee53270c6562b5374e0f5005e 100644 (file)
--- a/lace
+++ b/lace
@@ -76,7 +76,7 @@ elif [[ "$1" == "unsub" ]];then
 elif [[ "$1" == "subs" ]];then
        awk '{print $2" ("$1")"}' $subsfile 
 elif [[ "$1" == "update" ]];then
-       curl https://gitlab.com/uoou/dotfiles/-/raw/master/stow/bin/home/drew/.local/bin/lace > "${BASH_SOURCE[0]}"
+       curl https://raw.githubusercontent.com/frrobert2/lace/main/lace > "${BASH_SOURCE[0]}"
 else
        now_unix="$(date +'%s')"
        if [[ "$1" == "nope" ]];then