Skip to content

Commit

Permalink
Fix Style/CommentAnnotation cop
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Jul 25, 2024
1 parent 37723cd commit 5958b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/katello/resources/discovery/container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def docker_search
@found << result['name']
end
rescue
# Note: v2 endpoint does not support search
# NOTE: v2 endpoint does not support search
request_params[:url] = "#{@uri}v2/_catalog"
loop do
results = RestClient::Request.execute(request_params)
Expand Down

0 comments on commit 5958b2c

Please sign in to comment.