Browse code

Removed offending paren in Rakefile

Brandon Mathis authored on 11/12/2011 at 00:30:33
Showing 1 changed files
... ...
@@ -233,7 +233,7 @@ end
233 233
 desc "Deploy website via rsync"
234 234
 task :rsync do
235 235
   exclude = ""
236
-  if File.exists?('./rsync-exclude'))
236
+  if File.exists?('./rsync-exclude')
237 237
     exclude = "--exclude-from '#{File.expand_path('./rsync-exclude')}'"
238 238
   end
239 239
   puts "## Deploying website via Rsync"