Skip to content

Commit

Permalink
Merge pull request #64 from jschneiderhan/login-command
Browse files Browse the repository at this point in the history
Putting arguments in front of server
  • Loading branch information
bflad committed Feb 11, 2014
2 parents 6bed4a1 + 70f96b1 commit c7926d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/registry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ def login
'p' => new_resource.password,
'u' => new_resource.username
)
docker_cmd!("login #{new_resource.server} #{login_args}")
docker_cmd!("login #{login_args} #{new_resource.server} ")
end

0 comments on commit c7926d8

Please sign in to comment.