lib/renuo/cli/app/fetch_all_emails in renuo-cli-0.2.0 vs lib/renuo/cli/app/fetch_all_emails in renuo-cli-1.1.0
- old
+ new
@@ -1,3 +1,3 @@
#!/bin/sh
# this script returns all Renuo (current) Employees email addresses
-curl -s https://docs.google.com/spreadsheets/d/1rJFJQCgpz6GajMlGf0anKwVl5AY6TrYjMnJ4W-_0MK4/pub\?gid\=703649940\&single\=true\&output\=csv | dos2unix | grep -Ev "^$"
+curl -s https://docs.google.com/spreadsheets/d/1rJFJQCgpz6GajMlGf0anKwVl5AY6TrYjMnJ4W-_0MK4/pub\?gid\=703649940\&single\=true\&output\=csv | dos2unix | grep -Ev "^$" | sed '/n\/a/d'