aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorManu <github@matrixagents.org>2011-09-26 00:16:15 +0300
committerManu <github@matrixagents.org>2011-09-26 00:16:15 +0300
commitaf1f2af48f4e6cc49b9c619654e5038f2353955f (patch)
tree634740b3c75aa0162e2d43e887e958e3283b7f40 /Rakefile
parenta4177e1471a649c51ddb6def3aa6be0352056d4a (diff)
downloadmy_new_personal_website-af1f2af48f4e6cc49b9c619654e5038f2353955f.tar.xz
my_new_personal_website-af1f2af48f4e6cc49b9c619654e5038f2353955f.zip
Typo.
Diffstat (limited to '')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a74d51b1..20c618e0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -219,7 +219,7 @@ end
desc "Deploy website via rsync"
task :rsync do
puts "## Deploying website via Rsync"
- ok_failed system("rsync -avze 'ssh -p {ssh_port}' --delete #{public_dir}/ #{ssh_user}:#{document_root}")
+ ok_failed system("rsync -avze 'ssh -p #{ssh_port}' --delete #{public_dir}/ #{ssh_user}:#{document_root}")
end
desc "deploy public directory to github pages"