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" &)