Skip to content

Commit 8ffcb1e

Browse files
committed
info -> err
1 parent 9cbc3b0 commit 8ffcb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default: start
22

33
setup:
4-
if [ ! `command -v bun` ]; then echo 'INFO: Bun is required!'; exit 1; fi
4+
if [ ! `command -v bun` ]; then echo 'ERR: Bun is required!'; exit 1; fi
55
make sync
66
bunx husky
77
cd web; if [ ! -f .env ]; then cp ./.env.sample ./.env ; fi

0 commit comments

Comments
 (0)