From 6486cbb20b0c79f52b8fe03235ee88fefdae53da Mon Sep 17 00:00:00 2001 From: "Rev. Fr. Robert Bower" <39407737+frrobert2@users.noreply.github.com> Date: Fri, 16 Apr 2021 09:28:32 -0400 Subject: [PATCH] Update lacewithdate --- lacewithdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lacewithdate b/lacewithdate index 402bc22..3514c2d 100644 --- a/lacewithdate +++ b/lacewithdate @@ -76,7 +76,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/lacewithdate > "${BASH_SOURCE[0]}" else now_unix="$(date +'%s')" if [[ "$1" == "nope" ]];then -- 1.8.3.1