Skip to content

Commit

Permalink
Merge pull request Katello#87 from daviddavis/temp/20140304081801
Browse files Browse the repository at this point in the history
Adding require for exception handler
  • Loading branch information
David Davis committed Mar 4, 2014
2 parents c20dddc + 5a473b2 commit c7f17d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hammer_cli_katello.rb
Expand Up @@ -16,6 +16,7 @@ def self.exception_handler_class
require 'hammer_cli_katello/exception_handler.rb'
require "#{File.dirname(__FILE__)}/hammer_cli_katello/commands.rb"
require "#{File.dirname(__FILE__)}/hammer_cli_katello/version.rb"
require "#{File.dirname(__FILE__)}/hammer_cli_katello/exception_handler.rb"

require "hammer_cli_katello/commands"
require "hammer_cli_katello/scoped_names"
Expand Down

0 comments on commit c7f17d3

Please sign in to comment.