fix jsonnetfmt

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2025-07-08 07:04:20 -05:00
parent 8ca6349e33
commit 379b45bbca
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@
name = "jsonnet"; name = "jsonnet";
auto-format = true; auto-format = true;
formatter = { formatter = {
command = "${lib.getExe' jsonnet "jsonnet"}"; command = "${lib.getExe' jsonnet "jsonnetfmt"}";
args = [ "-" ]; args = [ "-" ];
}; };
} }