From ed591319972c737f8be5db2c00a1891862ce8368 Mon Sep 17 00:00:00 2001 From: Adam Eivy Date: Tue, 10 Jan 2017 13:12:46 -0800 Subject: [PATCH] Update config.js --with-default-names --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 181782b5f..37c71ee01 100644 --- a/config.js +++ b/config.js @@ -18,7 +18,7 @@ module.exports = { 'gnupg', // Install GNU `sed`, overwriting the built-in `sed` // so we can do "sed -i 's/foo/bar/' file" instead of "sed -i '' 's/foo/bar/' file" - 'gnu-sed --default-names', + 'gnu-sed --with-default-names', // better, more recent grep 'homebrew/dupes/grep', // https://github.com/jkbrzt/httpie