summaryrefslogtreecommitdiff
path: root/doc/bugs/removeDirectoryRecursive.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-29 14:04:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-29 14:04:39 -0400
commita92ab3e0a734a0c2b9f37a19d6041ea1bcb6150f (patch)
treebc382ca0f85e18a49d7ddcac769abac598732c9e /doc/bugs/removeDirectoryRecursive.mdwn
parentc974ab59f7069833f790bc4dd1a71d9f2f0773cf (diff)
webapp: Fix deletion of current repository directory.
removeDirectoryRecursive "." fails; need full path. I think this is a reversion introduced in the relative path conversion, in january of *last* year!
Diffstat (limited to 'doc/bugs/removeDirectoryRecursive.mdwn')
-rw-r--r--doc/bugs/removeDirectoryRecursive.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/removeDirectoryRecursive.mdwn b/doc/bugs/removeDirectoryRecursive.mdwn
index 3b8ab239b..b1b3630d1 100644
--- a/doc/bugs/removeDirectoryRecursive.mdwn
+++ b/doc/bugs/removeDirectoryRecursive.mdwn
@@ -27,4 +27,4 @@ I just downloaded and installed Git Annex. This problem was there from day 1.
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
-
+> Fixed it to properly delete the repo. [[done]] --[[Joey]]