Merge lp:~elopio/ubuntu-sso-client/fix1176969-env_typo into lp:ubuntu-sso-client

Proposed by Leo Arias
Status: Merged
Approved by: Alejandro J. Cura
Approved revision: 1030
Merged at revision: 1030
Proposed branch: lp:~elopio/ubuntu-sso-client/fix1176969-env_typo
Merge into: lp:ubuntu-sso-client
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntu_sso/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~elopio/ubuntu-sso-client/fix1176969-env_typo
Reviewer Review Type Date Requested Status
Alejandro J. Cura (community) Approve
Review via email: mp+162623@code.launchpad.net

Commit message

Fix typo on the ubuntuone environment variable.

To post a comment you must log in.
Revision history for this message
Alejandro J. Cura (alecu) wrote :

trivial

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu_sso/__init__.py'
2--- ubuntu_sso/__init__.py 2013-04-19 15:32:17 +0000
3+++ ubuntu_sso/__init__.py 2013-05-06 15:43:24 +0000
4@@ -34,7 +34,7 @@
5 SSO_AUTH_BASE_URL = os.environ.get(
6 'SSO_AUTH_BASE_URL', 'https://login.ubuntu.com')
7 SSO_UONE_BASE_URL = os.environ.get(
8- 'SSO_UONE_BSAE_URL', 'https://one.ubuntu.com')
9+ 'SSO_UONE_BASE_URL', 'https://one.ubuntu.com')
10
11 # DBus constants
12 DBUS_BUS_NAME = "com.ubuntu.sso"

Subscribers

People subscribed via source and target branches