Skip to content

Commit

Permalink
updating Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Steurer <[email protected]>
  • Loading branch information
Andrew Steurer committed Aug 14, 2024
1 parent f82e636 commit bbfebac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ exec_db:

# Installs the helm chart
install:
helm install postgres ./helm/sql-injection
helm install sql-injection ./chart

# Uninstalls the helm chart
uninstall:
helm uninstall postgres
helm uninstall sql-injection

0 comments on commit bbfebac

Please sign in to comment.