aboutsummaryrefslogtreecommitdiff
path: root/src/is_updated.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/is_updated.c')
-rw-r--r--src/is_updated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/is_updated.c b/src/is_updated.c
index 29b482d..5fce96b 100644
--- a/src/is_updated.c
+++ b/src/is_updated.c
@@ -10,7 +10,7 @@
bool is_updated(const char *src) {
if (src && strlen(src) > 0 && chdir(src) != 0) {
- return false;
+ return false;
}
char *output = cmd_out("git pull");