aboutsummaryrefslogtreecommitdiff
path: root/src/lua_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_state.c')
-rw-r--r--src/lua_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua_state.c b/src/lua_state.c
index 7b038b6..9751780 100644
--- a/src/lua_state.c
+++ b/src/lua_state.c
@@ -597,7 +597,7 @@ bool bldit_uninstall(const char *target) {
bool target_loop_success = target_loop_uninstall(B, "bldit.lua", target);
lua_pop(B, 1);
lua_close(B);
- return true;
+ return target_loop_success;
}
void cache_repos() {