Skip to content

Commit

Permalink
Fixup hook docs
Browse files Browse the repository at this point in the history
Accidentally forgot to escape the example in the description.
  • Loading branch information
roberth committed May 15, 2023
1 parent 10a4aed commit 00d8881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ in
name = "my-tool";
description = "Run MyTool on all files in the project";
files = "\\.mtl$";
entry = "${pkgs.my-tool}/bin/mytoolctl";
entry = "''${pkgs.my-tool}/bin/mytoolctl";
};
```
Expand Down

0 comments on commit 00d8881

Please sign in to comment.