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:
parent
0925d39efc
commit
df3669875d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue