summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
author90er <wolfgang@techz.one>2020-06-29 09:11:45 +0200
committerGitHub <noreply@github.com>2020-06-29 09:11:45 +0200
commit7e2b3684e23499794ce5dc16ecd0dd79f24ea00e (patch)
tree0a7a0264da2255a0812fc1c4a00cb535f3fc6c8d /INSTALL.md
parentMerge pull request #7119 from thedoubl3j/hostnogroup (diff)
downloadawx-7e2b3684e23499794ce5dc16ecd0dd79f24ea00e.tar.xz
awx-7e2b3684e23499794ce5dc16ecd0dd79f24ea00e.zip
Update INSTALL.md
Fix typo
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a6aede56c6..db7e71ba0a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -575,7 +575,7 @@ If you're deploying using Docker Compose, container names will be prefixed by th
Immediately after the containers start, the *awx_task* container will perform required setup tasks, including database migrations. These tasks need to complete before the web interface can be accessed. To monitor the progress, you can follow the container's STDOUT by running the following:
```bash
-# Tail the the awx_task log
+# Tail the awx_task log
$ docker logs -f awx_task
```