Skip to content

Commit

Permalink
Adding require for exception handler
Browse files Browse the repository at this point in the history
  • Loading branch information
David Davis committed Mar 4, 2014
1 parent c20dddc commit 5a473b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hammer_cli_katello.rb
Original file line number Diff line number Diff line change
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 5a473b2

Please sign in to comment.