We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b4b61 commit 69864b0Copy full SHA for 69864b0
in/main.go
@@ -26,7 +26,7 @@ func main() {
26
}
27
28
output := filepath.Join(destination, "keyval.properties")
29
- log("creating output file " + destination)
+ log("creating output file " + output)
30
file, err := os.Create(output)
31
if err != nil {
32
fatal("creating output file", err)
0 commit comments