Skip to content

Commit

Permalink
fix build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Dec 16, 2023
1 parent 8fbe646 commit ad4e47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/provision.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (p Provisioner) Apply() error {
func (p Provisioner) AddDnfRepos() error {
internal.Log.Notice("Adding DNF repos")

return addDnfRepos(p.Config.DnfRepos)
return addDnfRepos(p.Config, p.Config.DnfRepos)
}

func (p Provisioner) extractArchives() error {
Expand Down

0 comments on commit ad4e47e

Please sign in to comment.