Skip to content

Commit 69864b0

Browse files
committed
fix logging
1 parent 16b4b61 commit 69864b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

in/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func main() {
2626
}
2727

2828
output := filepath.Join(destination, "keyval.properties")
29-
log("creating output file " + destination)
29+
log("creating output file " + output)
3030
file, err := os.Create(output)
3131
if err != nil {
3232
fatal("creating output file", err)

0 commit comments

Comments
 (0)