Skip to content

Commit

Permalink
chore: Fix typo in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsgrn committed Dec 4, 2023
1 parent 8c51590 commit 99bcc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NC='\033[0m' # No Color
echo -e ">> ${BLUE}Building web app...${NC}"
cd web

ืecho -e ">> ${BLUE}Current directory: ${NC}"
echo -e ">> ${BLUE}Current directory: ${NC}"
echo $(pwd)

# install dependencies
Expand Down

0 comments on commit 99bcc84

Please sign in to comment.