bin/fez in fezzik-0.3.0 vs bin/fez in fezzik-0.4.0

- old
+ new

@@ -23,10 +23,10 @@ output.gsub!(/^rake fezzik:/, "fez <destination> ") puts output exit 0 end -RECIPE_URL = "https://github.com/dmacdougall/fezzik/raw/master/recipes" +RECIPE_URL = "https://raw.github.com/dmacdougall/fezzik/master/recipes" def download_recipes_and_exit system("mkdir -p config/recipes") ARGV[1..-1].each do |recipe| recipe += ".rb" unless recipe[-3..-1] == ".rb" system("curl -f #{RECIPE_URL}/#{recipe} -o config/recipes/#{recipe} > /dev/null 2>&1")