Skip to content

Commit 1d49629

Browse files
authored
Fixed typo (#996)
1 parent 198b275 commit 1d49629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ confirm "☠️ Warning! 😳 This is highly destructive! 😱 Are you sure you
4444
echo "Okay ... good luck! 😰"
4545

4646
# Hit the reset button.
47-
docker compose down --volumes --remove-orphans --rmi local
47+
docker-compose down --volumes --remove-orphans --rmi local
4848

4949
# Remove any remaining (likely external) volumes with name matching 'sentry-.*'.
5050
for volume in $(docker volume list --format '{{ .Name }}' | grep '^sentry-'); do

0 commit comments

Comments
 (0)