Commit 45174ab

Eric Bower  ·  2024-06-16 11:22:40 -0400 EDT
parent 2bfb3f1
fix: print raw text without printf values
1 files changed,  +1, -1
M cli.go
M cli.go
+1, -1
1@@ -249,7 +249,7 @@ Here's how it works:
2 							}
3 
4 							for idx, patch := range patches {
5-								wish.Printf(sesh, patch.RawText)
6+								wish.Println(sesh, patch.RawText)
7 								if idx < len(patches)-1 {
8 									wish.Printf(sesh, "\n\n\n")
9 								}