summaryrefslogtreecommitdiff
path: root/doc/update/4.0-to-4.1.md
diff options
context:
space:
mode:
authorcrazyscience <brandon.patton@gmail.com>2013-05-06 19:12:02 -0700
committerBrandon Patton <brandon.patton@gmail.com>2013-05-07 18:28:47 -0700
commitac88d51225c9e681933502d00e4fd128e86fcc0c (patch)
treeadf5c2074e7924fbab68e47e24a87cd0c4c63b47 /doc/update/4.0-to-4.1.md
parent78ff99a7a3eb9d2721e76fc3a66a1e4006ebdd00 (diff)
downloadgitlab-ce-ac88d51225c9e681933502d00e4fd128e86fcc0c.tar.gz
Setting the working directory before git operations
Diffstat (limited to 'doc/update/4.0-to-4.1.md')
-rw-r--r--doc/update/4.0-to-4.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/4.0-to-4.1.md b/doc/update/4.0-to-4.1.md
index 368351d0c91..aa8a305a7ce 100644
--- a/doc/update/4.0-to-4.1.md
+++ b/doc/update/4.0-to-4.1.md
@@ -16,6 +16,8 @@
### 2. Update GitLab
```bash
+# Set the working directory
+cd /home/gitlab/gitlab/
# Get latest code
sudo -u gitlab -H git fetch