git-filter-repo icon indicating copy to clipboard operation
git-filter-repo copied to clipboard

Update examples-from-user-filed-issues.md: = vs. == bug.

Open timbaileyjones opened this issue 8 months ago • 0 comments

Classic = used in conditional where comparison == was intended.

I tried the example and ran into:

SyntaxError: cannot assign to attribute here. Maybe you meant '==' instead of '='?

This fixes that.

timbaileyjones avatar Sep 05 '25 04:09 timbaileyjones