1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Fix default branch arg in converter

This commit is contained in:
Peter Gumeson 2013-06-13 13:58:34 -07:00
parent 0925d39efc
commit df3669875d

View file

@ -17,8 +17,8 @@ require 'open-uri'
require 'json'
class Converter
def initialize(branch = 'master')
@branch = branch
def initialize(branch)
@branch = branch || 'master'
end
def process