diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-30T23·58+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-30T23·58+0100 |
commit | 8f46684c234db9ee27136dafe57d77aa27df0c25 (patch) | |
tree | 1edb2503131bd74a5178a512dd822c4115e50015 /ci | |
parent | 3e23a86d0e3af40faff761867b6780b63c4b6fef (diff) |
Attempting to avoid buildkite parse error
For more information, see here: https://github.com/buildkite/agent/issues/584
Diffstat (limited to 'ci')
-rw-r--r-- | ci/pipelines/post-receive.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/pipelines/post-receive.nix b/ci/pipelines/post-receive.nix index 6353db4602ad..a9c35e1f7d5f 100644 --- a/ci/pipelines/post-receive.nix +++ b/ci/pipelines/post-receive.nix @@ -41,7 +41,7 @@ let --batch \ --load ${elispLintSrc}/elisp-lint.el \ --funcall elisp-lint-files-batch \ - "$@" + "$$@" ''; label = ":gnu: lint Emacs"; depends_on = "init-emacs"; |