Skip to content

Commit

Permalink
return errror
Browse files Browse the repository at this point in the history
return errror
  • Loading branch information
moberghammer authored Oct 7, 2024
1 parent 6ec443f commit 373edbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func clean(cmd *cobra.Command, args []string) error {
_ = syscall.Flock(fd, syscall.LOCK_UN)
}()
if err := zfsExecutor.HasZFSCommand(); err != nil {
return nil
return err
}
lists, err := processAll(now, conf, zfsExecutor)
if err != nil {
Expand Down

0 comments on commit 373edbe

Please sign in to comment.