diff options
| author | Thiago Scalone <[email protected]> | 2015-06-26 14:35:34 -0300 |
|---|---|---|
| committer | Thiago Scalone <[email protected]> | 2015-06-26 14:35:34 -0300 |
| commit | fa4b88b89316380750a3621261bf2909d15d3c3f (patch) | |
| tree | d9ce107da46715f22c688c919343bd3f46401b9f /tasks/mruby_build_gem.rake | |
| parent | f39a31a62352f15b6c26a457bae576231dec1b82 (diff) | |
| download | mruby-fa4b88b89316380750a3621261bf2909d15d3c3f.tar.gz mruby-fa4b88b89316380750a3621261bf2909d15d3c3f.zip | |
Fix quotes use during load special path gem of gem.
Diffstat (limited to 'tasks/mruby_build_gem.rake')
| -rw-r--r-- | tasks/mruby_build_gem.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/mruby_build_gem.rake b/tasks/mruby_build_gem.rake index d9d2575bd..68de28761 100644 --- a/tasks/mruby_build_gem.rake +++ b/tasks/mruby_build_gem.rake @@ -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] |
