Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed May 19, 2024
1 parent cf9190c commit 10091a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ private RunnableThatThrows ifSourceUsed(String name, RunnableThatThrows task) {
}

private Path getPath(String name, String type, Path defaultPath, String defaultUrl) {
return getPath(name, type, defaultPath, defaultUrl);
return getPath(name, type, defaultPath, defaultUrl, false);
}

private Path getPath(String name, String type, Path defaultPath, String defaultUrl, boolean wildcard) {
Expand Down

0 comments on commit 10091a0

Please sign in to comment.