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" desc "Deploy website via rsync"
task :rsync do task :rsync do
exclude = "" exclude = ""
if File.exists?('./rsync-exclude')) if File.exists?('./rsync-exclude')
exclude = "--exclude-from '#{File.expand_path('./rsync-exclude')}'" exclude = "--exclude-from '#{File.expand_path('./rsync-exclude')}'"
end end
puts "## Deploying website via Rsync" puts "## Deploying website via Rsync"

Loading…
Cancel
Save