Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 9436a25

Browse files
author
Julio Faerman
committed
1.6.5 Corrected bypassing
1 parent 70f3f8d commit 9436a25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/cj/Tasks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private List<String> enrich(List<String> args) {
114114
.map(xs -> xs.stream()
115115
.flatMap(expr -> bypassValues(expr, taskArgs))
116116
.toList());
117-
var result = bypassList.orElse(List.of());
117+
var result = bypassList.orElse(args);
118118
return result;
119119
}
120120

0 commit comments

Comments
 (0)