Commit 1b7dda70 authored by Sean McGivern's avatar Sean McGivern

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
parents 92bacb99 f6cef133
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment