diff options
author | Shane McDonald <me@shanemcd.com> | 2017-08-03 22:18:55 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2017-08-03 22:18:55 +0200 |
commit | f13c56e3d96697b9b521d896089fba94679dd8aa (patch) | |
tree | cf3470f2fb9db0d0982517b5a36a011be9c32133 /setup.py | |
parent | Updates to production container builds for new repository (diff) | |
download | awx-f13c56e3d96697b9b521d896089fba94679dd8aa.tar.xz awx-f13c56e3d96697b9b521d896089fba94679dd8aa.zip |
Fix docdir location
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ etcpath = "/etc/tower" homedir = "/var/lib/awx" bindir = "/usr/bin" sharedir = "/usr/share/awx" -docdir = "/usr/share/doc/ansible-awx" +docdir = "/usr/share/doc/awx" def get_version(): |