Skip to content

Commit 96bdfad

Browse files
committed
fix(deploy): make shouldn't be run with sudo
1 parent bc3e684 commit 96bdfad

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
@@ -24,7 +24,7 @@ export SERVICE_FILE_CONTENT
2424
help:
2525
@echo "This is a production only tool. Please use bun directly in development."
2626
@echo ""
27-
@echo "Run 'sudo make init' once, and then every time you want to update the website, run 'sudo make update'."
27+
@echo "Run 'make init' once, and then every time you want to update the website, run 'make update'."
2828
@echo ""
2929
@echo "Rules:"
3030
@echo " - init: creates the service"

0 commit comments

Comments
 (0)