Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sorin/consolidation
Browse files Browse the repository at this point in the history
* origin/main:
  Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre (#611)
  Fix running argbash on MacOS (#609)
  • Loading branch information
jthurne committed May 3, 2024
2 parents 96ea09d + 79e204b commit aa746ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ApplyArgbash.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ abstract class ApplyArgbash @Inject constructor(

logger.info("Applying argbash to $file")
execOperations.exec {
commandLine(argbash, file, "-o", outputFile)
commandLine("/usr/bin/env", "bash", argbash, file, "-o", outputFile)
}
}
}
Expand Down

0 comments on commit aa746ec

Please sign in to comment.