summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorThiago Scalone <[email protected]>2015-06-26 14:35:34 -0300
committerThiago Scalone <[email protected]>2015-06-26 14:35:34 -0300
commitfa4b88b89316380750a3621261bf2909d15d3c3f (patch)
treed9ce107da46715f22c688c919343bd3f46401b9f /tasks
parentf39a31a62352f15b6c26a457bae576231dec1b82 (diff)
downloadmruby-fa4b88b89316380750a3621261bf2909d15d3c3f.tar.gz
mruby-fa4b88b89316380750a3621261bf2909d15d3c3f.zip
Fix quotes use during load special path gem of gem.
Diffstat (limited to 'tasks')
-rw-r--r--tasks/mruby_build_gem.rake2
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]