diff options
Diffstat (limited to 'blog')
-rwxr-xr-x | blog/hash_host/hash_localhost.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/hash_host/hash_localhost.ml b/blog/hash_host/hash_localhost.ml index c652b6a..a41022e 100755 --- a/blog/hash_host/hash_localhost.ml +++ b/blog/hash_host/hash_localhost.ml @@ -1 +1 @@ -let expected_host = [%static_hash ""] +let expected_host = [%static_hash "localhost"] |