mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 22:51:24 +01:00
Fix error message if failing to hash file
This commit is contained in:
parent
76e06049cf
commit
606d717276
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ let main = () => {
|
|||
switch (Util.hash_files(paths)) {
|
||||
| Ok(hsh) => hsh
|
||||
| Error(msg) =>
|
||||
Printf.eprintf("%s\n", e);
|
||||
Printf.eprintf("%s\n", msg);
|
||||
exit(1);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue