Skip to content

Commit

Permalink
Merge pull request #10 from percolate/output
Browse files Browse the repository at this point in the history
print out message of generated file name
  • Loading branch information
kevinbirch committed Dec 5, 2017
2 parents 56d4c3d + 3029242 commit 99eec47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.3
0.9.4
2 changes: 2 additions & 0 deletions charlatan.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ func main() {
if err := ioutil.WriteFile(*outputPath, src, 0644); err != nil {
log.Fatalf("error writing output: %s", err)
}

log.Printf("wrote %s\n", *outputPath)
}

0 comments on commit 99eec47

Please sign in to comment.