Skip to content

Commit

Permalink
fix: mispelled aztec (#10491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Dec 9, 2024
1 parent 0c37672 commit 866a5f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spartan/releases/rough-rhino/aztec-spartan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ parse_args() {
# Show banner function
show_banner() {
echo -e "${BLUE}"
echo " _ ____ _____ _____ ____ _____ _____ ____ _____ _ _ _____ _____ "
echo " / \ |_ /|_ _| ____| _ \ |_ _| ____/ ___|_ _| \ | | ____|_ _|"
echo " / _ \ / / | | | _| | |_) | | | | _| \___ \ | | | \| | _| | | "
echo " / ___ \/ /_ | | | |___| _ < | | | |___ ___) || | | |\ | |___ | | "
echo "/_/ \_\____| |_| |_____|_| \_\ |_| |_____|____/ |_| |_| \_|_____| |_| "
echo " _ ____ _____ _____ _____ _____ _____ ____ _____ _ _ _____ _____ "
echo " / \ |_ /|_ _| ____| __/ |_ _| ____/ ___|_ _| \ | | ____|_ _|"
echo " / _ \ / / | | | _| | | | | | _| \___ \ | | | \| | _| | | "
echo " / ___ \/ /_ | | | |___ | |__ | | | |___ ___) || | | |\ | |___ | | "
echo "/_/ \_\___| |_| |______|____\ |_| |_____|____/ |_| |_| \_|_____| |_| "
echo -e "${NC}"
}

Expand Down

0 comments on commit 866a5f7

Please sign in to comment.