mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #2861 from scalone/quotes_use
Fix quotes use during load special path gem of gem.
This commit is contained in:
@@ -71,7 +71,7 @@ module MRuby
|
||||
|
||||
fail "unknown mgem protocol: #{conf['protocol']}" if conf['protocol'] != 'git'
|
||||
params[:git] = conf['repository']
|
||||
params[:branch] = conf['branch"] if conf["branch']
|
||||
params[:branch] = conf['branch'] if conf['branch']
|
||||
end
|
||||
|
||||
if params[:core]
|
||||
|
||||
Reference in New Issue
Block a user