Make rubocop happy

This commit is contained in:
Kamil Trzcinski 2016-07-15 18:05:39 +02:00
parent 2630111e51
commit 2462a473c2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module ContainerRegistry
MANIFEST_VERSION = 'application/vnd.docker.distribution.manifest.v2+json'
# Taken from: FaradayMiddleware::FollowRedirects
REDIRECT_CODES = Set.new [301, 302, 303, 307]
REDIRECT_CODES = Set.new [301, 302, 303, 307]
def initialize(base_uri, options = {})
@base_uri = base_uri