Skip to content

Commit

Permalink
Merge pull request cachix#290 from Niols/fix-typo-dune-fmt-wrong-type
Browse files Browse the repository at this point in the history
Fix typo giving `dune-fmt`'s setting a wrong type
  • Loading branch information
domenkozar authored Apr 27, 2023
2 parents 56cd2d4 + e936545 commit fb58866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ in
mkOption {
type = types.bool;
description = lib.mdDoc "Whether to auto-promote the changes.";
default = "true";
default = true;
};
};
};
Expand Down

0 comments on commit fb58866

Please sign in to comment.