Skip to content

Commit

Permalink
require optparse for server
Browse files Browse the repository at this point in the history
  • Loading branch information
steved committed Feb 20, 2014
1 parent 5190b50 commit 46d5126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/zendesk
Expand Up @@ -6,6 +6,7 @@ ARGV[0] ||= "console"
if %w(s server).include?(ARGV[0])
Bundler.setup(:default, :server)

require 'optparse'
require 'zendesk_api'
require 'zendesk_api/server/base'

Expand Down

0 comments on commit 46d5126

Please sign in to comment.