From 7269f2f09e4cd89001de4635fe9307a79cf9a5fa Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sun, 27 Nov 2022 19:45:04 +0000 Subject: [PATCH] Update dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_logg --- .../.local/share/chezmoi/home/dot_local/bin/executable_logg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_logg b/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_logg index b69d2667..bf4c84c0 100644 --- a/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_logg +++ b/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_logg @@ -167,7 +167,7 @@ format() { if [[ $ANSI_STR == *'`'*'`'* ]]; then ANSI_STR_FORMATTED="$ANSI_STR_FORMATTED$(format "$("$GUM_PATH" style --bold "$ANSI_STR")")" else - ANSI_STR_FORMATTED="$ANSI_STR_FORMATTED$("$GUM_PATH" style --bold "$ANSI_STR")" + ANSI_STR_FORMATTED="$("$GUM_PATH" style --bold "$ANSI_STR")" fi echo -e "$ANSI_STR_FORMATTED" }