commit fbe2ed10b887574ffa2daf334bf75a8c31927c50
parent aef02fc8833ce9ec84f6a5531e90ae28a04f68bb
Author: cfillion <cfillion@users.noreply.github.com>
Date: Wed, 4 May 2016 22:29:11 -0400
remove index from cache when replacing repo URL
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/reapack.cpp b/src/reapack.cpp
@@ -224,6 +224,8 @@ void ReaPack::import(const Remote &remote, HWND parent)
if(answer != IDYES)
return;
+
+ FS::remove(Index::pathFor(remote.name()));
}
else if(existing.isEnabled()) {
auto_char msg[1024] = {};