Skip to content

Commit

Permalink
Merge pull request #168 from larsbutler/fix-issue-num-in-comment
Browse files Browse the repository at this point in the history
zpm: fix the referenced issue number in a TODO
  • Loading branch information
mgeisler committed Jul 30, 2014
2 parents c3a1959 + ff83431 commit a810941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zpmlib/zpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def _prepare_auth(version, args, conn):
else:
# TODO(mg): inserting the username and password in the
# uploaded file makes testing easy, but should not be done in
# production. See issue #44.
# production. See issue #46.
auth['authUrl'] = args.os_auth_url
auth['tenant'] = args.os_tenant_name
auth['username'] = args.os_username
Expand Down

0 comments on commit a810941

Please sign in to comment.