Fix docdir location

This commit is contained in:
Shane McDonald
2017-08-03 16:18:55 -04:00
parent af3652bb2f
commit f13c56e3d9

View File

@@ -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():