summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2016-10-05 08:34:38 +0000
committerSean McGivern <sean@mcgivern.me.uk>2016-10-05 08:34:38 +0000
commit1b7dda709697f723fd1953a4df22748a71d04767 (patch)
tree01a41a49689e11e34c638be07ae66ea628b357ae
parent92bacb99259654f2277f07563941318cf0dc345c (diff)
parentf6cef1337dd30b35b1334debe61303fc60aa39b6 (diff)
downloadgitlab-ce-1b7dda709697f723fd1953a4df22748a71d04767.tar.gz
Merge branch 'doc/using_docker_images' into 'master'
Fix small typo in using_docker_images.md, file is called `build_script` (using underscore) ## What does this MR do? This MR fixes a very small typo in the using_docker_images.md documentation, a space was used in the filename `build_script` while it should be an underscore. Not sure of a MR is the best way to get this changed, trying it anyway :). ## Moving docs to a new location? No See merge request !6682
-rw-r--r--doc/ci/docker/using_docker_images.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_docker_images.md b/doc/ci/docker/using_docker_images.md
index a849905ac6b..520c8b36a95 100644
--- a/doc/ci/docker/using_docker_images.md
+++ b/doc/ci/docker/using_docker_images.md
@@ -221,7 +221,7 @@ time.
*Note: The following commands are run without root privileges. You should be
able to run docker with your regular user account.*
-First start with creating a file named `build script`:
+First start with creating a file named `build_script`:
```bash
cat <<EOF > build_script