diff --git a/lib/util/repo_util.rb b/lib/util/repo_util.rb index da18f90..0a4912f 100644 --- a/lib/util/repo_util.rb +++ b/lib/util/repo_util.rb @@ -36,7 +36,7 @@ def self.get_art_repo(name) unless art_repo raise Informative, "Unable to find the Artifactory-backed repo called `#{name}`." end - art_repo + [art_repo] end # @return whether a source is an Artifactory backed repo.