Skip to content

Commit

Permalink
properly test wineroot
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Nov 9, 2024
1 parent 4ec99a8 commit ef459ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (b *Binary) validate() error {
}

if b.WineRoot != "" {
w := wine.New("", "/tmp").Wine("")
w := wine.New("", b.WineRoot).Wine("")
if w.Err != nil {
return fmt.Errorf("wineroot: %w", w.Err)
}
Expand Down

0 comments on commit ef459ab

Please sign in to comment.