aboutsummaryrefslogtreecommitdiff
path: root/src/rc-update.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc-update.c')
-rw-r--r--src/rc-update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc-update.c b/src/rc-update.c
index b6c992f6..e799f973 100644
--- a/src/rc-update.c
+++ b/src/rc-update.c
@@ -161,7 +161,7 @@ int rc_update (int argc, char **argv)
}
}
- verbose = rc_is_env ("RC_VERBOSE", "yes");
+ verbose = rc_env_bool ("RC_VERBOSE");
if ((action & DOSHOW && action != DOSHOW) ||
(action & DOADD && action != DOADD) ||