mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Removed offending paren in Rakefile
This commit is contained in:
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user