From bef7091063144777539a411b0bacb3f2308dbaab Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 12:25:04 -0700 Subject: [PATCH] Fix output for updater. --- rc_shared.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc_shared.sh b/rc_shared.sh index b1e8b5c..b52f895 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -29,7 +29,7 @@ export BOLD="`tput bold`" # Related specifically to this project. function update-shared { - log "Reloading the '~/.rc_shared' file from env-shared.\n" + log "`date` - Reloading the '~/.rc_shared' file from env-shared.\n" branch="$1" if [[ -z "$branch" ]]; then branch="dev" @@ -44,7 +44,7 @@ function update-shared { mv -v $dir ~/TRASH/"$dir-`date "+%Y%m%d-%H%M%S"`" - blog "Complete! Please note this does NOT update bin files." + log "\n`date` - Complete! Please note this does NOT update bin files." } alias shared-update="update-shared" alias reload-shared="update-shared"