Skip to content

Commit

Permalink
fix dry-run single file output
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrek-janus committed Jan 31, 2024
1 parent d2ac796 commit cfdb415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ var (
if err = os.WriteFile(pushConfig.Out, bts, 0644); err != nil {
return err
}

return nil
}
}

Expand Down

0 comments on commit cfdb415

Please sign in to comment.