Navigation Menu

Skip to content

Commit

Permalink
Fixed config.example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zivester committed May 18, 2013
1 parent 125d6d8 commit 6932dee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.example.json
Expand Up @@ -2,8 +2,7 @@
"paths" : [
{
"src" : "/home/zivester/code/",
"dst" : "zivester@remote:/home/zivester/code/",
"recursive" : true
"dst" : "zivester@remote:/home/zivester/code/"
},
{
"src" : "/home/zivester/music/",
Expand All @@ -13,7 +12,8 @@
]
}
],
"recursive" : true,
"args" : [
"--rsh='ssh'"
"--rsh='ssh'"
]
}

0 comments on commit 6932dee

Please sign in to comment.