From: frrobert2 Date: Fri, 14 May 2021 01:33:55 +0000 (-0400) Subject: update bug fix X-Git-Url: https://software.frrobert.com/lace/commitdiff_plain/cec66474441f804ae0ff5fa94d493459cf7b4eed update bug fix --- diff --git a/laced b/laced index 77e8e6b..d779bb7 100755 --- a/laced +++ b/laced @@ -138,7 +138,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://raw.githubusercontent.com/frrobert2/lace/main/laced > "${BASH_SOURCE[0]}" else now_unix="$(date +'%s')" timeline