diff options
Diffstat (limited to 'checks/editorconfig/package.nix')
| -rw-r--r-- | checks/editorconfig/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/editorconfig/package.nix b/checks/editorconfig/package.nix index 97b2a31..5dc71f0 100644 --- a/checks/editorconfig/package.nix +++ b/checks/editorconfig/package.nix @@ -4,7 +4,7 @@ root, editorconfig-checker, }: -runCommand "check-editorconfig" {} '' +runCommand "check-editorconfig" { } '' cd ${root} ${lib.getExe editorconfig-checker} -exclude '.git' . touch $out |
