Skip to content

Commit

Permalink
Removed offending paren in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Dec 11, 2011
1 parent bdc3cb8 commit 39ec55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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"
Expand Down

0 comments on commit 39ec55b

Please sign in to comment.