From 37dc63df8da352cc583a7a8ade92d75538d2aec0 Mon Sep 17 00:00:00 2001 From: "Rev. Fr. Robert Bower" <39407737+frrobert2@users.noreply.github.com> Date: Tue, 13 Apr 2021 21:10:18 -0400 Subject: [PATCH] Update lacehowlong --- lacehowlong | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lacehowlong b/lacehowlong index e7a7792..52eb783 100644 --- a/lacehowlong +++ b/lacehowlong @@ -123,7 +123,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/lacehowlong > "${BASH_SOURCE[0]}" else now_unix="$(date +'%s')" if [[ "$1" == "nope" ]];then -- 1.8.3.1