Skip to content

Commit eefda40

Browse files
committed
Fix bug that causes bashbrew push to only push the first item
1 parent 296033e commit eefda40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bashbrew/cmd-push.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func cmdPush(c *cli.Context) error {
7878
return cli.NewMultiError(fmt.Errorf(`failed pushing %q`, r.EntryIdentifier(entry)), err)
7979
}
8080
}
81-
return nil
81+
continue
8282
}
8383

8484
switch builder := entry.ArchBuilder(arch); builder {

0 commit comments

Comments
 (0)