diff --git a/tool/send-push-notification-test.sh b/tool/send-push-notification-test.sh index fbdd0f9b..f6341d3b 100755 --- a/tool/send-push-notification-test.sh +++ b/tool/send-push-notification-test.sh @@ -1,4 +1,4 @@ #!/bin/bash set -euxo pipefail -docker exec -it "$(docker ps | grep nextcloud-neon-dev | cut -d " " -f 1)" /bin/bash -c "php -f occ notification:test-push test $*" +docker exec -it "$(docker ps | grep nextcloud-neon-dev | cut -d " " -f 1)" /bin/bash -c "php -f occ notification:test-push $*"