Merge pull request #2861 from scalone/quotes_use

Fix quotes use during load special path gem of gem.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-06-29 10:17:30 +09:00
+1 -1
View File
@@ -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]