We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2630111 commit 2462a47Copy full SHA for 2462a47
lib/container_registry/client.rb
@@ -8,7 +8,7 @@ class Client
8
MANIFEST_VERSION = 'application/vnd.docker.distribution.manifest.v2+json'
9
10
# Taken from: FaradayMiddleware::FollowRedirects
11
- REDIRECT_CODES = Set.new [301, 302, 303, 307]
+ REDIRECT_CODES = Set.new [301, 302, 303, 307]
12
13
def initialize(base_uri, options = {})
14
@base_uri = base_uri
0 commit comments