Skip to content

Commit

Permalink
fix(make): removed sudo to delete the host db
Browse files Browse the repository at this point in the history
  • Loading branch information
Trantorian1 committed Nov 29, 2024
1 parent d73ca62 commit f240771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ clean-db:
esac
@make --silent clean
@echo -e "$(DIM)removing madara database on host$(RESET)"
@sudo rm -rf $(DB_PATH);
@rm -rf $(DB_PATH);

.PHONY: fclean
fclean: clean-db
Expand Down

0 comments on commit f240771

Please sign in to comment.