Skip to content

Commit

Permalink
Make condaPackagesToList public
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Apr 11, 2024
1 parent ac7e967 commit e7c2611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static public Path condaFileFromPackages(String packages, List<String> condaChan
return toYamlTempFile(yaml);
}

static List<String> condaPackagesToList(String packages) {
static public List<String> condaPackagesToList(String packages) {
if (packages == null || packages.isEmpty())
return null;
return Arrays
Expand Down

0 comments on commit e7c2611

Please sign in to comment.