error message typo
This commit is contained in:
parent
79a42a736f
commit
fe973a4833
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ retrieve rs hdl k _f d _p _ = do
|
||||||
go (Just cap) = do
|
go (Just cap) = do
|
||||||
showOutput
|
showOutput
|
||||||
unlessM (liftIO $ requestTahoe hdl "get" [Param cap, File (fromOsPath d)]) $
|
unlessM (liftIO $ requestTahoe hdl "get" [Param cap, File (fromOsPath d)]) $
|
||||||
giveup "tahoe failed to reteieve content"
|
giveup "tahoe failed to retrieve content"
|
||||||
|
|
||||||
remove :: Maybe SafeDropProof -> Key -> Annex ()
|
remove :: Maybe SafeDropProof -> Key -> Annex ()
|
||||||
remove _ _ = giveup "content cannot be removed from tahoe remote"
|
remove _ _ = giveup "content cannot be removed from tahoe remote"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue