Skip to content

Commit

Permalink
fix setupDataDir to return err
Browse files Browse the repository at this point in the history
  • Loading branch information
zackattack01 committed Dec 12, 2023
1 parent 141b470 commit 48ee53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/packagekit/wix/wix.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func (wo *wixTool) setupDataDir(ctx context.Context) error {
"-out", "AppData.wxs",
)

return nil
return err
}

// heat invokes wix's heat command. This examines a directory and
Expand Down

0 comments on commit 48ee53a

Please sign in to comment.