diff options
author | John Westcott IV <john.westcott.iv@redhat.com> | 2023-06-30 21:12:28 +0200 |
---|---|---|
committer | John Westcott IV <32551173+john-westcott-iv@users.noreply.github.com> | 2023-06-30 21:41:47 +0200 |
commit | cc64be937dc99de6a2c119473d4807865c489346 (patch) | |
tree | cb95f9f94dbc38ffc65cef057319f183358569e1 /awx_collection/tools | |
parent | Enhancing vault integration (diff) | |
download | awx-cc64be937dc99de6a2c119473d4807865c489346.tar.xz awx-cc64be937dc99de6a2c119473d4807865c489346.zip |
Fix spelling errors in readme of awx_collection/tools
Signed-off-by: John Westcott <john.westcott.iv@redhat.com>
Diffstat (limited to 'awx_collection/tools')
-rw-r--r-- | awx_collection/tools/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awx_collection/tools/README.md b/awx_collection/tools/README.md index 698d0eb981..ff9b819ac6 100644 --- a/awx_collection/tools/README.md +++ b/awx_collection/tools/README.md @@ -19,8 +19,8 @@ It is intended as a tool for writing new modules or enforcing consistency. These instructions assume you have ansible-core and the collection installed. To install the collection in-place (to pick up any local changes to source) -the `make symlink_collection` will simplink the `awx_collection/` folder to -the approprate place under `~/.ansible/collections`. +the `make symlink_collection` will symlink the `awx_collection/` folder to +the appropriate place under `~/.ansible/collections`. This is a shortcut for quick validation of tests that bypasses `ansible-test`. To use this, you need the `~/.tower_cli.cfg` config file populated, |