1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 13:55:31 +03:00

Fix misnamed dependency

This commit is contained in:
Joe Fiorini 2015-02-09 10:27:46 -05:00
parent 43d6124153
commit c35826c696

View File

@ -56,7 +56,7 @@ var tower = angular.module('Tower', [
dashboardGraphs.name,
'AuthService',
'Utilities',
'License',
'LicenseHelper',
'OrganizationFormDefinition',
'UserFormDefinition',
'FormGenerator',