Skip to content

Commit 0d1e486

Browse files
committed
fix(banner): correct ASCII art formatting and update version display
1 parent a96fd45 commit 0d1e486

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ banner() {
1010
echo -e "\033[1;34m"
1111
echo " ____ _ _ "
1212
echo " / ___| ___ _ __ ___(_)_ __ (_)"
13-
echo "| | _ / _ \ '_ \` _ \ | '_ \| |"
13+
echo "| | _ / _ \ '_ \' _ \ | '_ \| |"
1414
echo "| |_| | __/ | | | | | | | | | |"
1515
echo " \____|\___|_| |_| |_|_|_| |_|_|"
1616
echo -e "\033[0m"
17-
echo -e "\033[1;32m Gemini CLI Starter Scaffolding v$VERSION\033[0m"
17+
echo -e "\033[1;32m Gemini CLI Starter v$VERSION\033[0m"
1818
echo "------------------------------------------"
1919
}
2020

0 commit comments

Comments
 (0)