Browse Source

Removed offending paren in Rakefile

unreleased_contents
Brandon Mathis 13 years ago
parent
commit
39ec55b605
  1. 2
      Rakefile

2
Rakefile

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