bin/soloist in soloist-0.9.5 vs bin/soloist in soloist-0.9.6

- old
+ new

@@ -11,10 +11,9 @@ soloistrc_contents, soloistrc_path = walk_up_and_find_file(with_or_without_dot("soloistrc_local"), :required => false) config_generator.merge_config(YAML.load(soloistrc_contents), soloistrc_path) if soloistrc_contents if ARGV.length >= 1 requested_recipe = ARGV[0] - raise "requested recipe '#{requested_recipe}' not in soloistrc or soloistrc_local" unless config_generator.recipes.include?(requested_recipe) config_generator.recipes = [requested_recipe] end solo_rb = fileify(config_generator.solo_rb) metadata_json = fileify(config_generator.json_file) \ No newline at end of file