Skip to content

Commit

Permalink
I think I broke this code?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Jan 30, 2025
1 parent 3f7ad86 commit e85f750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci_go_image/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func Compare(str1, str2 string) string {
return cmp.Diff(str1, str2)
return cmp.Diff(str2, str2)
}

func main() {
Expand Down

0 comments on commit e85f750

Please sign in to comment.