aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-09 22:30:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-09 22:30:46 -0300
commit710603069e348c9f2029c337891e06f7439ab85d (patch)
treee5ae8f3d72cebd7f2e372d0a1151c82ac3b71dd9
parentedb2ee7b44e73bc7d62b5942e7d410c094a7b047 (diff)
downloadunisyncer-710603069e348c9f2029c337891e06f7439ab85d.tar.gz
unisyncer-710603069e348c9f2029c337891e06f7439ab85d.tar.bz2
Use regular unison
-rwxr-xr-xsync-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-all b/sync-all
index 1d1ccc9..be8fe05 100755
--- a/sync-all
+++ b/sync-all
@@ -8,7 +8,7 @@ DEST="$1"
UNISON="unison"
# Use the following config if you need to sync with legacy systems
-UNISON="unison-2.32.52"
+UNISON="unison"
function sync_code_run {
local config="$1"