diff --git a/levels/changing-the-past/reorder b/levels/changing-the-past/reorder index e97accf..1b0d4c1 100644 --- a/levels/changing-the-past/reorder +++ b/levels/changing-the-past/reorder @@ -71,7 +71,7 @@ git commit -am "Put on shirt" [win] # Reorder the commits to dress yourself in the correct way -{ git log main --oneline | grep -Pz "shoes[\s\S]*pants[\s\S]*underwear"; } && { test "$(git log main --oneline | wc -l)" -eq 5; } +{ git log main --oneline | LC_ALL=en_US.utf8 grep -Pz "shoes[\s\S]*pants[\s\S]*underwear"; } && { test "$(git log main --oneline | wc -l)" -eq 5; } [congrats]