Commit d671f573 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2861 from scalone/quotes_use

Fix quotes use during load special path gem of gem.
parents 0e0773c6 fa4b88b8
...@@ -71,7 +71,7 @@ module MRuby ...@@ -71,7 +71,7 @@ module MRuby
fail "unknown mgem protocol: #{conf['protocol']}" if conf['protocol'] != 'git' fail "unknown mgem protocol: #{conf['protocol']}" if conf['protocol'] != 'git'
params[:git] = conf['repository'] params[:git] = conf['repository']
params[:branch] = conf['branch"] if conf["branch'] params[:branch] = conf['branch'] if conf['branch']
end end
if params[:core] if params[:core]
......
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