aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsync-code2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-code b/sync-code
index 5895491..fc02c04 100755
--- a/sync-code
+++ b/sync-code
@@ -22,7 +22,7 @@ function sync_code_run {
$UNISON $config
else
echo "No such profile $HOME/.unison/$config.prf"
- exit 1
+ return 1
fi
}