migrate: Don't fall over a stale temp file.

This commit is contained in:
Joey Hess 2011-11-17 18:29:28 -04:00
parent 8b892901a9
commit c70b78d40a
3 changed files with 7 additions and 3 deletions

View file

@ -47,4 +47,6 @@ The error:
failed
git-annex: migrate: 1 failed
> Fixed it to delete the stale temp file. [[done]]
>
> Thanks for making such clear test cases, Jim! --[[Joey]]