We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be79b9f commit a5bce96Copy full SHA for a5bce96
slim/slim.go
@@ -18,7 +18,7 @@ func Bashes(scripts ...string) {
18
19
// Each arg is a line of a single bash script.
20
func Bash(lines ...string) {
21
- Bash(strings.Join(lines, "\n"))
+ Bashes(strings.Join(lines, "\n"))
22
}
23
24
func bashSingleContextError(ctx context.Context, script string) error {
0 commit comments