diff options
author | Sander Dalemans <s.dalemans@gmail.com> | 2016-10-03 19:02:15 +0000 |
---|---|---|
committer | Sander Dalemans <s.dalemans@gmail.com> | 2016-10-03 19:02:15 +0000 |
commit | f6cef1337dd30b35b1334debe61303fc60aa39b6 (patch) | |
tree | 2842a7b38bad3c1430feb9d4b4627e8c81f34e73 /doc | |
parent | a1aea3266e4b90869d5a9bcc334272996ab80fda (diff) | |
download | gitlab-ce-f6cef1337dd30b35b1334debe61303fc60aa39b6.tar.gz |
Fix small typo in using_docker_images.md, file is called `build_script` (using underscore)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/docker/using_docker_images.md | 2 |
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 |