Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kellemNegasi committed Dec 20, 2024
1 parent 9c242e6 commit 3873782
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search-and-replace/replace_text.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ func main() {
os.Exit(1)
}

fmt.Println("Finished replacing %s by %s and saved the output file at %s", pattern, replacement, filePath)
fmt.Printf("Finished replacing %s by %s and saved the output file at %s\n", pattern, replacement, filePath)
}
Binary file added search-and-replace/test-data/result.pdf
Binary file not shown.

0 comments on commit 3873782

Please sign in to comment.