lib/nugrant/config.rb in nugrant-2.0.0.dev1 vs lib/nugrant/config.rb in nugrant-2.0.0.dev2

- old
+ new

@@ -58,10 +58,10 @@ # Defaults => "./#{@params_filename}" # * +:user_path+ - The user path is the location where the user # parameters should resides. The parameters loaded from this # location have the second highest precedence. # Defaults => "~/#{@params_filename}" - # * +:user_path+ - The system path is the location where system wide + # * +:system_path+ - The system path is the location where system wide # parameters should resides. The parameters loaded from this # location have the third highest precedence. # Defaults => Default system path depending on OS + @params_filename # def initialize(options = {})