From 41343f4b54fca674ee327d3da7276beb57de86e2 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Thu, 25 Dec 2025 14:11:42 -0500 Subject: [PATCH] Dotfiles update 2025-12-25 14:11 --- bin/dotfiles-doctor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dotfiles-doctor.sh b/bin/dotfiles-doctor.sh index 802c7d7..8a953f0 100755 --- a/bin/dotfiles-doctor.sh +++ b/bin/dotfiles-doctor.sh @@ -211,7 +211,7 @@ check_bin_scripts() { if [[ "$DO_FIX" == true ]]; then ln -s "$DOTFILES_HOME/bin/$script" "$HOME/.local/bin/$script" chmod +x "$HOME/.local/bin/$script" - check_fixed "Created symlink made executable: $script" + check_fixed "Created executable symlink: $script" fi fi done