Skip to content

Commit

Permalink
Merge pull request apiaryio#71 from apiaryio/abtris/cleanup-unused-po…
Browse files Browse the repository at this point in the history
…rt-options

Remove unused port from fetch, publish
  • Loading branch information
abtris committed Mar 5, 2015
2 parents 9125890 + 014c4e0 commit 0a48ba2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/apiary/command/fetch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def initialize(opts)
@options = OpenStruct.new(opts)
@options.path ||= "apiary.apib"
@options.api_host ||= "api.apiary.io"
@options.port ||= 8080
@options.api_name ||= false
@options.api_key ||= ENV['APIARY_API_KEY']
@options.proxy ||= ENV['http_proxy']
Expand Down
1 change: 0 additions & 1 deletion lib/apiary/command/publish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def initialize(opts)
@options = OpenStruct.new(opts)
@options.path ||= "apiary.apib"
@options.api_host ||= "api.apiary.io"
@options.port ||= 8080
@options.api_name ||= false
@options.api_key ||= ENV['APIARY_API_KEY']
@options.proxy ||= ENV['http_proxy']
Expand Down

0 comments on commit 0a48ba2

Please sign in to comment.