addurl: Was broken by a typo introduced 2 released ago, now fixed. Closes: #677576
This commit is contained in:
parent
06caf52f03
commit
ca9d94a0ad
2 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,7 @@ download url file = do
|
||||||
liftIO $ createDirectoryIfMissing True (parentDir tmp)
|
liftIO $ createDirectoryIfMissing True (parentDir tmp)
|
||||||
stopUnless (downloadUrl [url] tmp) $ do
|
stopUnless (downloadUrl [url] tmp) $ do
|
||||||
backend <- chooseBackend file
|
backend <- chooseBackend file
|
||||||
let source = KeySource { keyFilename = file, contentLocation = file}
|
let source = KeySource { keyFilename = file, contentLocation = tmp }
|
||||||
k <- genKey source backend
|
k <- genKey source backend
|
||||||
case k of
|
case k of
|
||||||
Nothing -> stop
|
Nothing -> stop
|
||||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,5 +1,7 @@
|
||||||
git-annex (3.20120612) UNRELEASED; urgency=low
|
git-annex (3.20120612) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* addurl: Was broken by a typo introduced 2 released ago, now fixed.
|
||||||
|
Closes: #677576
|
||||||
* Install man page when run by cabal, in a location where man will
|
* Install man page when run by cabal, in a location where man will
|
||||||
find it, even when installing under $HOME. Thanks, Nathan Collins
|
find it, even when installing under $HOME. Thanks, Nathan Collins
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue