Skip to content

Commit

Permalink
Install task defaults to neo4j-community,1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
therubymug committed Oct 19, 2012
1 parent 9b6fd34 commit 1630d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ NEO4J_PORT = ENV['NEO4J_PORT'] || '7477' # Don't clobber standard neo4j ports 74

namespace :neo4j do

desc "Install neo4j on localhost:#{NEO4J_PORT}. e.g. rake neo4j:install[community,1.8.RC1]"
desc "Install neo4j on localhost:#{NEO4J_PORT}. e.g. rake neo4j:install[community,1.9-SNAPSHOT]"
task :install, :edition, :version do |t, args|
args.with_defaults(:edition => "community", :version => "1.7")
args.with_defaults(:edition => "community", :version => "1.8")

source_name = "neo4j-#{args[:edition]}-#{args[:version]}"
tarball = "#{source_name}-unix.tar.gz"
Expand Down

0 comments on commit 1630d52

Please sign in to comment.