Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

merge the id with the rest of the options sent to Sso #27

Merged
merged 1 commit into from Mar 9, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/heroku/kensa/client.rb
Expand Up @@ -78,7 +78,7 @@ def run
def sso
id = @args.shift || abort("! no id specified; see usage")
data = decoded_manifest
sso = Sso.new(data.merge(@options)).start
sso = Sso.new(data.merge(@options).merge(:id => id)).start
puts sso.message
Launchy.open sso.sso_url
end
Expand Down