Skip to content

Commit a5bce96

Browse files
fix
1 parent be79b9f commit a5bce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slim/slim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func Bashes(scripts ...string) {
1818

1919
// Each arg is a line of a single bash script.
2020
func Bash(lines ...string) {
21-
Bash(strings.Join(lines, "\n"))
21+
Bashes(strings.Join(lines, "\n"))
2222
}
2323

2424
func bashSingleContextError(ctx context.Context, script string) error {

0 commit comments

Comments
 (0)