Handle the singular case here
- ID
49e476e- date
2025-05-04 22:37:24+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
b56dce9- message
Handle the singular case here- changed files
1 file, 2 additions
Changed files
git/gm (1317) → git/gm (1447)
diff --git a/git/gm b/git/gm
index f4d94e0..4a61577 100755
--- a/git/gm
+++ b/git/gm
@@ -39,6 +39,7 @@ then
| grep -v Using \
| grep -v "to see where a bundled gem is installed." \
| grep -v "you directly depend on are looking for funding." \
+ | grep -v "you directly depend on is looking for funding." \
| grep -v "bundle fund"
echo ""
@@ -48,5 +49,6 @@ then
| grep -v Using \
| grep -v "to see where a bundled gem is installed." \
| grep -v "you directly depend on are looking for funding." \
+ | grep -v "you directly depend on is looking for funding." \
| grep -v "bundle fund"
fi