From 1a4822ef4ebef44fd81363c0d419854622f554e1 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Sat, 22 Oct 2022 21:10:48 +0200 Subject: [PATCH] tool: Fix push notification test script --- tool/send-push-notification-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $*"