mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -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
|
||||
"git"
|
||||
nil (list (current-buffer) stderr-file) nil
|
||||
"show" (format "%s:apheleia.el" ref))))
|
||||
"show" (format "%s:apheleia-formatters.el" ref))))
|
||||
(unless (zerop exit-status)
|
||||
(with-temp-buffer
|
||||
(insert-file-contents stderr-file)
|
||||
|
|
Loading…
Add table
Reference in a new issue