Commit 42251f0
fix: use compatible option for uniq
"uniq --count" doesn't exist on my machine (macOS v10.15.3, Catalina)
"uniq -c" is less explicit, but it seems more compatible.
Ideally, we would use a lib that would do an abstraction of the OS, so this can run on any system (e.g. Windows).1 parent db21c4c commit 42251f0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments