diff options
Diffstat (limited to 'tools/emacs/trybot.el')
-rw-r--r-- | tools/emacs/trybot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs/trybot.el b/tools/emacs/trybot.el index 6bc966f..0352ed5 100644 --- a/tools/emacs/trybot.el +++ b/tools/emacs/trybot.el @@ -107,7 +107,7 @@ (when (eq type-hint 'mac) ; Pipe it through the output shortener. (concat " | " (get-chrome-root) - "build/sanitize-mac-build-log.sed"))))) + "build/sanitize-mac-build-log.sh"))))) ; Start up the subprocess. (let* ((coding-system-for-read 'utf-8-dos) |