summaryrefslogtreecommitdiff
path: root/doc/install/azure/index.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-30 15:09:15 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-30 15:09:15 +0000
commit536aa3a1f4b96abc4ca34489bf2cbe503afcded7 (patch)
tree88d08f7dfa29a32d6526773c4fe0fefd9f2bc7d1 /doc/install/azure/index.md
parent50ae4065530c4eafbeb7c5ff2c462c48c02947ca (diff)
downloadgitlab-ce-536aa3a1f4b96abc4ca34489bf2cbe503afcded7.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/install/azure/index.md')
-rw-r--r--doc/install/azure/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/azure/index.md b/doc/install/azure/index.md
index 764b95299cf..bd96db91a2c 100644
--- a/doc/install/azure/index.md
+++ b/doc/install/azure/index.md
@@ -348,7 +348,7 @@ Again, remember that your Azure VM domain name will be the one you
[set up previously in the tutorial](#set-up-a-domain-name). If you didn't set up a domain name for
your VM, you can use the IP address in its place in the following command:
-```bash
+```shell
ssh username@your-azure-domain-name.com
```
@@ -364,7 +364,7 @@ read on [using PuTTY in Windows][Using-SSH-In-Putty].
Once you've logged in via SSH, enter the following command to update GitLab to the latest
version:
-```bash
+```shell
sudo apt-get update && sudo apt-get install gitlab-ce
```