Skip to content

Commit

Permalink
Fix docker_registry login handling, fixes #114
Browse files Browse the repository at this point in the history
  • Loading branch information
psviderski committed Apr 14, 2014
1 parent ba85468 commit 0f6473f
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 @@ -31,7 +31,7 @@ def command_timeout_error_message
end

def logged_in?
@current_resource.server ? true : false
@current_resource.username ? true : false
end

def login
Expand Down

0 comments on commit 0f6473f

Please sign in to comment.