Update README.md
[lace] / lacewithdate
index 7ae315ed47e2f1cee53270c6562b5374e0f5005e..3514c2db89cdb76746c6b06ea0f89f452dbbcc0a 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #Forked from https://gitlab.com/uoou/dotfiles/-/tree/master/stow/bin/home/drew/.local/bin/lace 
 # Modified to show date rather than how many days ago by frrobert2
-
+# https://github.com/frrobert2/lace/blob/main/lacewithdate
 if [ -z "$XDG_CONFIG_HOME" ];then
        config_place="$HOME/.config/lace"
 else
@@ -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