Skip to content

Commit

Permalink
Updated remote installer to use 2.0 stable branch by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitrij Denissenko committed Mar 13, 2010
1 parent 5c026e5 commit b179453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/remote/retrospectiva_installer.rb
Expand Up @@ -5,7 +5,7 @@
require 'yaml'

class RemoteInstaller
BRANCH = ARGV[0] || "master"
BRANCH = ARGV[0] || "2-0-stable"
RETRO_URL = "http://github.com/dim/retrospectiva/tarball/#{BRANCH}"
RUBYGEMS_URL = "http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz"
RAKE_URL = "http://rubyforge.org/frs/download.php/56872/rake-0.8.7.tgz"
Expand Down

0 comments on commit b179453

Please sign in to comment.