Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions deployments/cli/community/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ function print_header() {
clear

cat <<"EOF"
--------------------------------------------
____ _ /////////
| _ \| | __ _ _ __ ___ /////////
| |_) | |/ _` | '_ \ / _ \ ///// /////
| __/| | (_| | | | | __/ ///// /////
|_| |_|\__,_|_| |_|\___| ////
////
--------------------------------------------
Project management tool from the future
--------------------------------------------
##+. ##+ .##-
######+.######-.######.
Comment on lines 25 to +27
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description marks this as a change that could break existing functionality (“Improvement (change that would cause existing functionality to not work as expected)”), but this diff only updates the ASCII art output of print_header. Consider updating the PR description/type-of-change to reflect that this is a cosmetic branding update to avoid confusion in review/release notes.

Copilot uses AI. Check for mistakes.
#######. -### +#####+.
#######. + +######.
#######. .#######
#######. .#######
####### + .#######
.+#####+ ###- .#######
.######.-#####+.+######
-##. -## .+##
EOF
}

Expand Down
Loading