aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsync-code5
1 files changed, 4 insertions, 1 deletions
diff --git a/sync-code b/sync-code
index 7623e9b..91f6ff8 100755
--- a/sync-code
+++ b/sync-code
@@ -5,7 +5,10 @@
BASENAME="`basename $0`"
DEST="$1"
-UNISON="unison-2.32.52"
+UNISON="unison"
+
+# Use the following config if you need to sync with legacy systems
+#UNISON="unison-2.32.52"
if [ ! -z "$DEST" ]; then