summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/update/7.2-to-7.3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/7.2-to-7.3.md b/doc/update/7.2-to-7.3.md
index 713613cb455..7cc9a5c21fb 100644
--- a/doc/update/7.2-to-7.3.md
+++ b/doc/update/7.2-to-7.3.md
@@ -92,7 +92,7 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
There are new configuration options available for gitlab.yml. View them with the command below and apply them to your current gitlab.yml.
```
-git diff 7-2-stable:config/gitlab.yml.example 7-3-stable:config/gitlab.yml.example
+git diff origin/7-2-stable:config/gitlab.yml.example origin/7-3-stable:config/gitlab.yml.example
```
```