Removed offending paren in Rakefile
This commit is contained in:
parent
bdc3cb8bd3
commit
39ec55b605
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue