Attempting to avoid buildkite parse error

For more information, see here:
https://github.com/buildkite/agent/issues/584
This commit is contained in:
William Carroll 2020-08-31 00:58:30 +01:00
parent 3e23a86d0e
commit 8f46684c23

View file

@ -41,7 +41,7 @@ let
--batch \ --batch \
--load ${elispLintSrc}/elisp-lint.el \ --load ${elispLintSrc}/elisp-lint.el \
--funcall elisp-lint-files-batch \ --funcall elisp-lint-files-batch \
"$@" "$$@"
''; '';
label = ":gnu: lint Emacs"; label = ":gnu: lint Emacs";
depends_on = "init-emacs"; depends_on = "init-emacs";