mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 17:41:41 -05:00
Fix formatter tests
This commit is contained in:
parent
26e436dfd0
commit
782db66457
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ already in memory on the current branch."
|
||||||
(call-process
|
(call-process
|
||||||
"git"
|
"git"
|
||||||
nil (list (current-buffer) stderr-file) nil
|
nil (list (current-buffer) stderr-file) nil
|
||||||
"show" (format "%s:apheleia.el" ref))))
|
"show" (format "%s:apheleia-formatters.el" ref))))
|
||||||
(unless (zerop exit-status)
|
(unless (zerop exit-status)
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(insert-file-contents stderr-file)
|
(insert-file-contents stderr-file)
|
||||||
|
|
Loading…
Add table
Reference in a new issue