fix wrong type
authorJoey Hess <joeyh@joeyh.name>
Tue, 14 Jan 2020 17:05:38 +0000 (13:05 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 14 Jan 2020 17:05:38 +0000 (13:05 -0400)
commit8f142a92795dc73d17d335df4e168169d45eb154
treeb8bfe39eb03121a46a8d1ebee006d38020736c90
parent963239da5c2a121c26d890241b083bc1d99ad9ce
fix wrong type

Use of Typeable means the type checker can't catch this kind of mistake,
the error is deferred to runtime.

testremote now passes on a directory special remote
Remote/Helper/Chunked.hs