lib/negroku/helpers.rb in negroku-0.0.1 vs lib/negroku/helpers.rb in negroku-0.0.2

- old
+ new

@@ -50,10 +50,10 @@ end end def showConfig() # Load the yaml file - config = YAML.load_file(CONFIG_FILE) || {} + config = getConfig puts config end ## # Helper Method that assists in loading in tasks from the tasks folder \ No newline at end of file