Skip to content

Commit

Permalink
fixes spacing for project create options
Browse files Browse the repository at this point in the history
  • Loading branch information
shelane committed May 9, 2024
1 parent c719d17 commit 86c8b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/fin
Original file line number Diff line number Diff line change
Expand Up @@ -3367,8 +3367,8 @@ project_create ()
echo -e "${green} 5.${NC} Magento"
echo -e "${green} 6.${NC} Laravel"
echo -e "${green} 7.${NC} Symfony Skeleton"
echo -e "${green} 8.${NC} Symfony WebApp"
echo -e "${green} 9.${NC} Grav CMS"
echo -e "${green} 8.${NC} Symfony WebApp"
echo -e "${green} 9.${NC} Grav CMS"
echo -e "${green} 10.${NC} Backdrop CMS"
echo
echo -e "${acqua} Go based${NC}"
Expand All @@ -3382,7 +3382,7 @@ project_create ()
echo -e "${green} 14.${NC} Static HTML site"
echo
echo -e "${red} Custom${NC}"
echo -e "${green} 0.${NC} Custom git repository"
echo -e "${green} 0.${NC} Custom git repository"
echo
echo -e ""

Expand Down

0 comments on commit 86c8b5c

Please sign in to comment.