From bb920326c923658b30da0aeacd97af7a48b0e068 Mon Sep 17 00:00:00 2001 From: Tomas Vavrda Date: Thu, 16 Jan 2025 12:13:51 +0100 Subject: [PATCH] UX: Removed a redundant git pull statement from the docs (#30801) `git pull` statement is now redundant and not needed --- docs/INSTALL-cloud.md | 1 - plugins/spoiler-alert/README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/INSTALL-cloud.md b/docs/INSTALL-cloud.md index 2267e6bcba3..40cda5b66b0 100644 --- a/docs/INSTALL-cloud.md +++ b/docs/INSTALL-cloud.md @@ -155,7 +155,6 @@ Alternatively, you can ssh into your server and rebuild using: ``` cd /var/discourse -git pull ./launcher rebuild app ``` diff --git a/plugins/spoiler-alert/README.md b/plugins/spoiler-alert/README.md index c36980e3c81..d89195000f5 100644 --- a/plugins/spoiler-alert/README.md +++ b/plugins/spoiler-alert/README.md @@ -32,7 +32,6 @@ hooks: ``` cd /var/discourse -git pull ./launcher rebuild app ```