aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-26 19:14:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-26 19:14:06 -0300
commit43e3abcc9652c501dd70c38a861bce9d902d7d3d (patch)
tree04632a273771389e524698d17626fc88dba86bb8
parent65e7e436db93e1e18efee25cd7ac6e3888c8ff44 (diff)
downloadscripts-43e3abcc9652c501dd70c38a861bce9d902d7d3d.tar.gz
scripts-43e3abcc9652c501dd70c38a861bce9d902d7d3d.tar.bz2
Better error message at sync-code
-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
}