From 66efbb4317915ed9cc618511c77db29279174242 Mon Sep 17 00:00:00 2001 From: dla0510 Date: Fri, 22 Nov 2024 23:04:07 +0900 Subject: [PATCH] Return ArtifactoryRepo array --- lib/util/repo_util.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.