From 43e3abcc9652c501dd70c38a861bce9d902d7d3d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 26 May 2013 19:14:06 -0300 Subject: Better error message at sync-code --- sync-code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3