summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsync/sink2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/sink b/sync/sink
index 3022963..9ce49d7 100755
--- a/sync/sink
+++ b/sync/sink
@@ -10,7 +10,7 @@ oper=`echo $@ | sed 's/.* //'` # Get last argument
# rync options
#fix this too
ropts="--archive --partial --progress --recursive --update --verbose" # Equivalent to: -aPrvu --delete
-rdest="tjkrsync@tjkeller.xyz:"
+rdest="rsync@tjkeller.xyz:"
# Colors
BOLD="\033[1m"