Commit 43e297e4aa161271854ada993f10ae7e6432d3c1
1 parent
0efd192d
Exists in
staging
and in
42 other branches
ActionItem8: show the command that is being run
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@469 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/svn.rake
... | ... | @@ -2,6 +2,6 @@ require 'project_meta' |
2 | 2 | |
3 | 3 | namespace 'svn' do |
4 | 4 | task 'tag' do |
5 | - system("svn copy #{Noosfero::SVN_ROOT}/trunk #{Noosfero::SVN_ROOT}/tags/#{Noosfero::VERSION}") | |
5 | + sh "svn copy #{Noosfero::SVN_ROOT}/trunk #{Noosfero::SVN_ROOT}/tags/#{Noosfero::VERSION}" | |
6 | 6 | end |
7 | 7 | end | ... | ... |