diff --git a/scripts/dev/outdated b/scripts/dev/outdated index f70e623b..47c6f22d 100755 --- a/scripts/dev/outdated +++ b/scripts/dev/outdated @@ -53,7 +53,7 @@ for i in "${!command_names[@]}"; do if [ "$result" -eq 0 ]; then printf "%-30s | %s\n" "$name" "${green}✓ Up to date${normal}" else - printf "%-30s | %s\n" "$name" "${red}✗ Run update${normal}" + printf "%-30s | %s\n" "$name" "${red}✗ Outdated${normal}" fi done