lib/ogre/config.rb in ogre-0.1.4 vs lib/ogre/config.rb in ogre-0.1.5

- old
+ new

@@ -5,9 +5,11 @@ module Ogre # ogre home OGRE_HOME = "#{ENV['HOME']}/.ogre" # config path CONFIG_PATH = "#{OGRE_HOME}/config.json" + # default chef policy repo + REPO_URL = 'https://github.com/activenetwork-automation/code_generator' # Static method to make config parameters available class Config # Read in defaults from config file def self.options