Commit b0c6ff99 authored by Ryan Haskell-Glatz's avatar Ryan Haskell-Glatz

Change 'Nodejs' to Node

NameError between package name (node) and class name (Nodejs) caused an error on line 32 of crew.
parent 64fcdf56
require 'package'
class Nodejs < Package
class Node < Package
version '4.3.0'
source_url 'https://nodejs.org/dist/v4.3.0/node-v4.3.0.tar.xz'
source_sha1 'd7b4e9676e63fc3dd1d506cef244874466264e22'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment