Skip to content

Commit

Permalink
run clean as non-admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 24, 2023
1 parent d7dc911 commit e26c4bf
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 @@ -48,7 +48,7 @@ stop-debug: --run-clean ## Stop docker compose and clean up debug containers
.PHONY: --run-clean
--run-clean:
@echo Cleaning up certs and secrets directory. This needs root permissions...
@sudo rm -rf $(SECRET_DIRECTORY)
@rm -rf $(SECRET_DIRECTORY)
@mkdir -p $(SECRET_DIRECTORY)

##@ Build
Expand Down

0 comments on commit e26c4bf

Please sign in to comment.