Skip to content

Commit

Permalink
Fix first collection method [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Feb 6, 2025
1 parent 974863d commit a0ca6e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class FusionEnvProvider {
log.debug "Fusion token extensions=$providers"
final result = new HashMap<String,String>()
try {
final env = providers.first.getEnvironment(scheme,config)
final env = providers.first().getEnvironment(scheme,config)
if( env )
result.putAll(env)
}
Expand Down

0 comments on commit a0ca6e4

Please sign in to comment.