Update lib/middleman-deploy/extension.rb

clean-up whitespace
This commit is contained in:
Tom Vaughan 2012-09-26 15:46:21 -07:00
parent 96725beb12
commit 82a4915250

View file

@ -19,7 +19,7 @@ module Middleman
options.port ||= 22
options.clean ||= false
options.branch ||= "gh-pages"
options.branch ||= "gh-pages"
@@options = options