aboutsummaryrefslogtreecommitdiff
path: root/lib/file_hash/init.nom
diff options
context:
space:
mode:
Diffstat (limited to 'lib/file_hash/init.nom')
-rw-r--r--lib/file_hash/init.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/file_hash/init.nom b/lib/file_hash/init.nom
index 81061f9..0fa5725 100644
--- a/lib/file_hash/init.nom
+++ b/lib/file_hash/init.nom
@@ -1,5 +1,4 @@
#!/usr/bin/env nomsu -V7.0.0
-
###
This file defines some actions for hashing files and looking up files by hash.
@@ -60,4 +59,5 @@ external:
$file_hash = (hash $contents)
if ($file_hash == $hash):
return $filename
+
(hash of file $filename) parses as (hash (read file $filename)) \ No newline at end of file