Skip to content

Commit aa746ec

Browse files
committed
Merge remote-tracking branch 'origin/main' into sorin/consolidation
* origin/main: Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre (#611) Fix running argbash on MacOS (#609)
2 parents 96ea09d + 79e204b commit aa746ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/ApplyArgbash.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ abstract class ApplyArgbash @Inject constructor(
5050

5151
logger.info("Applying argbash to $file")
5252
execOperations.exec {
53-
commandLine(argbash, file, "-o", outputFile)
53+
commandLine("/usr/bin/env", "bash", argbash, file, "-o", outputFile)
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)