Merge pull request #20 from bodepd/add_missing_eq

fix typo
This commit is contained in:
Dan Bode 2013-04-02 10:54:04 -07:00
commit 124a5efe45
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ tenant_name = <%= tenant_name %>
# This should be the username of an alternate user WITHOUT
# administrative privileges
alt_username = <% alt_username %>
alt_username = <%= alt_username %>
# The above non-administrative user's password
alt_password = <%= alt_password %>
# The above non-administrative user's tenant name

View File

@ -27,7 +27,7 @@ tenant_name = <%= tenant_name %>
# This should be the username of an alternate user WITHOUT
# administrative privileges
alt_username = <% alt_username %>
alt_username = <%= alt_username %>
# The above non-administrative user's password
alt_password = <%= alt_password %>
# The above non-administrative user's tenant name