git-filter-repo.txt: Fix typo for example

Signed-off-by: Kate F <kate@elide.org>
This commit is contained in:
Kate F 2020-03-23 23:02:33 -07:00
parent 3a394ca152
commit 420aa32dac

View File

@ -617,7 +617,7 @@ p455w0rd
foo==>bar
glob:*666*==>
regex:\bdriver\b==>pilot
literal:MM/DD/YYYY=>YYYY-MM-DD
literal:MM/DD/YYYY==>YYYY-MM-DD
regex:([0-9]{2})/([0-9]{2})/([0-9]{4})==>\3-\1-\2
--------------------------------------------------