feat core: update comment

This commit is contained in:
Ivy 2024-06-08 23:46:22 +02:00 committed by GitHub
parent 447508920a
commit e650184fe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,8 @@ if [[ $1 != "-bash" ]]; then
else
# Only run if Blueprint is not in the process of upgrading.
if [[ $1 != "--post-upgrade" ]]; then
echo -e " ██\n██ ██\n ████\n"; # Blueprint "ascii" "logo".
# Print Blueprint icon with ascii characters.
echo -e " ██\n██ ██\n ████\n";
fi
PRINT INFO "Searching and validating framework dependencies.."