Skip to content

Commit

Permalink
Merge pull request #429 from UffizziCloud/feature/427_missing_oci_ima…
Browse files Browse the repository at this point in the history
…ge_headers

[427] fixed typo
  • Loading branch information
moklidia authored Jun 7, 2023
2 parents 1115e57 + e8c9aa6 commit bd564c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/clients/uffizzi_core/docker_registry_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def initialize(registry_url:, username: nil, password: nil)
end

def authenticated?
@connection.getgi("#{@registry_url}/v2/")
@connection.get("#{@registry_url}/v2/")

true
end
Expand Down

0 comments on commit bd564c5

Please sign in to comment.