summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Galindo2021-02-26 20:49:59 +0100
committerCarlos Galindo2021-02-26 20:49:59 +0100
commit0dec0ef90817e0112a25fa9f65d3b698c487fa7c (patch)
tree949d2d9c78f5ca30cb37b5b7af3095280daaf779
parentadbdc53fb4628bc1eaa9c977b9bcc0bd9e369785 (diff)
downloadaur-0dec0ef90817e0112a25fa9f65d3b698c487fa7c.tar.gz
tweak install message
-rw-r--r--nextcloud-app-notify_push.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud-app-notify_push.install b/nextcloud-app-notify_push.install
index c8798500236c..dc0e86258fb2 100644
--- a/nextcloud-app-notify_push.install
+++ b/nextcloud-app-notify_push.install
@@ -8,5 +8,5 @@ post_install() {
post_upgrade() {
echo 'You may want to restart nextcloud-app-notify_push.service'
- echo 'and re-check your setup with `occ notify_push:self-check`'
+ echo 'and re-check your setup with `occ notify_push:self-test`'
}