Skip to content

Commit

Permalink
chore: better type-checking satisfied
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Jun 1, 2024
1 parent ca84bfd commit 2ec4824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ abstract class ComposeUp extends DefaultTask {
}
if (composeExecutor.get().isScaleSupported()) {
args += scale.get().collect { service, value ->
['--scale', "$service=$value"]
['--scale', "$service=$value".toString()]
}.flatten()
}
args += upAdditionalArgs.get()
Expand Down

0 comments on commit 2ec4824

Please sign in to comment.