mirror of
https://github.com/nmattia/niv.git
synced 2024-11-07 22:36:53 +03:00
Fix typo
This commit is contained in:
parent
490c5e4ebc
commit
7a21f49027
@ -147,7 +147,7 @@ nixPrefetchURL unpack turl@(T.unpack -> url) = do
|
||||
-- From the nix-prefetch-url documentation:
|
||||
-- Path names are alphanumeric and can include the symbols +-._?= and must
|
||||
-- not begin with a period.
|
||||
-- (note: we assume they don't being with a period)
|
||||
-- (note: we assume they don't begin with a period)
|
||||
isOk = \c -> isAlphaNum c || T.any (c ==) "+-._?="
|
||||
|
||||
abortNixPrefetchExpectedOutput :: T.Text -> T.Text -> IO a
|
||||
|
Loading…
Reference in New Issue
Block a user