Removed offending paren in Rakefile

main
Brandon Mathis 14 years ago
parent bdc3cb8bd3
commit 39ec55b605

@ -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"

Loading…
Cancel
Save