Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhenry committed Mar 3, 2023
1 parent 9dff9b7 commit 91e1651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
outputPath = sourcePath
}

// Write the updated content to the same file
// Write the updated content to the output file
err = ioutil.WriteFile(*outputPath, []byte(updatedContent), 0644)
if err != nil {
fmt.Println(err)
Expand Down

0 comments on commit 91e1651

Please sign in to comment.