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 fc02c04..c0e28bb 100755
--- a/sync-code
+++ b/sync-code
@@ -21,7 +21,7 @@ function sync_code_run {
echo "Starting sync using $config..."
$UNISON $config
else
- echo "No such profile $HOME/.unison/$config.prf"
+ echo "Skipping absent profile $config."
return 1
fi
}