From 2a688036e10234784db4fc2f9fb2183bedc8ce49 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 2 Nov 2022 04:53:49 +0000 Subject: [PATCH] Update dotfiles/.local/motd.sh --- dotfiles/.local/motd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.local/motd.sh b/dotfiles/.local/motd.sh index e37b065c..acc35a3a 100644 --- a/dotfiles/.local/motd.sh +++ b/dotfiles/.local/motd.sh @@ -533,7 +533,7 @@ print_updates() { fi printf " \\033[%sm%s \\033[0m %s\\n" "$updates_color" "$updates_icon" "$updates_message" - elif [ -f /usr/bin/dnf_TODO ]; then + elif [ -f /usr/bin/dnfTODO ]; then # TODO - Find way of quickly acquiring details mkdir -p "$HOME/.local/labs" > /dev/null (command dnf list updates | grep updates | wc -l > "$HOME/.local/labs/dnf-updates-reg" &)