Skip to content

Commit

Permalink
fix(plc4go/tools): licenser should now output the right file name
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Jun 19, 2023
1 parent 5894b08 commit 16e91ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc4go/tools/plc4xlicenser/gen.go
Expand Up @@ -118,7 +118,7 @@ func main() {
if err := os.WriteFile(outputName, append(licenceContent, inputFile...), 0644); err != nil {
log.Fatalf("writing output: %s", err)
}
fmt.Printf("Fixed plc4x license of %s\n", licenseFileNameWithPath)
fmt.Printf("Fixed plc4x license of %s\n", outputName)
}

// isDirectory reports whether the named file is a directory.
Expand Down

0 comments on commit 16e91ad

Please sign in to comment.