diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-08 17:44:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-08 17:44:30 -0400 |
commit | 8dd9f8e49eae081e7503facff6d5a53285194c09 (patch) | |
tree | c043234cfc5b51bf12ba6fecb2242b0bf3514681 | |
parent | 40a815d873a828fbccee453f45fc519feffe15fd (diff) |
typo
-rw-r--r-- | Locations.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Locations.hs b/Locations.hs index e5f78a31c..58244cef0 100644 --- a/Locations.hs +++ b/Locations.hs @@ -81,4 +81,4 @@ fileKey file = read $ {- for quickcheck -} prop_idempotent_fileKey :: String -> Bool prop_idempotent_fileKey s = k == (fileKey $ keyFile k) - where k = read "test:s" + where k = read $ "test:" ++ s |