feat core
: update comment
This commit is contained in:
parent
447508920a
commit
e650184fe9
1 changed files with 2 additions and 1 deletions
|
@ -218,7 +218,8 @@ if [[ $1 != "-bash" ]]; then
|
||||||
else
|
else
|
||||||
# Only run if Blueprint is not in the process of upgrading.
|
# Only run if Blueprint is not in the process of upgrading.
|
||||||
if [[ $1 != "--post-upgrade" ]]; then
|
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
|
fi
|
||||||
|
|
||||||
PRINT INFO "Searching and validating framework dependencies.."
|
PRINT INFO "Searching and validating framework dependencies.."
|
||||||
|
|
Loading…
Reference in a new issue