add port reader for ftp method

master
Richard Huang 2014-02-24 00:44:11 +08:00
parent e89b403ad8
commit 0bd94419ea
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module Middleman
module Methods
class Ftp < Base
attr_reader :host, :pass, :path,:user
attr_reader :host, :port, :pass, :path, :user
def initialize(server_instance, options={})
super(server_instance, options)