aboutsummaryrefslogtreecommitdiff
path: root/src/is_updated.c
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-11 20:07:13 +0000
committerdacctal <dacctal@symlinx.net>2026-06-11 20:07:13 +0000
commitd057a68a837d278f5dfe55a5dc3c4998e4f126f5 (patch)
tree2ab65bbca01943bbfc36bade64b20771f7e28da9 /src/is_updated.c
parent12fc304f6627dabb2e907582b1ea724c9cad2297 (diff)
cpdir checkpoint
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");