Removed offending paren in Rakefile

This commit is contained in:
Brandon Mathis 2011-12-10 18:30:33 -06:00
parent bdc3cb8bd3
commit 39ec55b605
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ end
desc "Deploy website via rsync"
task :rsync do
exclude = ""
if File.exists?('./rsync-exclude'))
if File.exists?('./rsync-exclude')
exclude = "--exclude-from '#{File.expand_path('./rsync-exclude')}'"
end
puts "## Deploying website via Rsync"