Skip to content

Commit

Permalink
fix: headers.Format has wrong parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ShindouMihou committed Jan 10, 2025
1 parent 4a15444 commit 47bb8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kcomp/compilation.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,5 +358,5 @@ func process(config *Configuration, file *siopao.File) (string, error) {
for _, plugin := range config.Plugins {
plugin.FreeContext(file.Path())
}
return headers.Format(config.ModuleName) + contents.Contents(), nil
return headers.Format(config.ModuleName, config.BuildDirectory) + contents.Contents(), nil
}

0 comments on commit 47bb8f9

Please sign in to comment.