Attempting to avoid buildkite parse error
For more information, see here: https://github.com/buildkite/agent/issues/584
This commit is contained in:
parent
3e23a86d0e
commit
8f46684c23
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue