aboutsummaryrefslogtreecommitdiff
path: root/src/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch.c')
-rw-r--r--src/fetch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fetch.c b/src/fetch.c
index af56cbf..2666f78 100644
--- a/src/fetch.c
+++ b/src/fetch.c
@@ -40,7 +40,6 @@ bool fetch(package_t *pkg) {
s.data[s.len] = 0;
if (is_directory(s.data) && flags.force) {
- return true;
if (remove_tree(s.data)) {
log_error("could not remove %.*s", str_fmt(&s));
return false;