Skip to content

Commit

Permalink
fixed tagging problem in release task
Browse files Browse the repository at this point in the history
git-svn-id: http://rubygems.rubyforge.org/svn/trunk@692 3d4018f9-ac1a-0410-99e9-8a154d859a19
  • Loading branch information
jimweirich committed Dec 7, 2004
1 parent 2fc1078 commit 4e829ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubygems/Rakefile
Expand Up @@ -148,7 +148,7 @@ task :tag => [:prerelease] do
reltag = "REL_#{ENV['REL'].gsub(/\./, '_')}"
reltag << "_#{ENV['REUSE']}" if ENV['REUSE']
announce "Tagging CVS with [#{reltag}]"
sh %{cvs tag ${reltag}}
sh %{cvs tag #{reltag}}
end

# --------------------------------------------------------------------
Expand Down

0 comments on commit 4e829ad

Please sign in to comment.