Skip to content

Commit

Permalink
update install tasks
Browse files Browse the repository at this point in the history
Update install tasks with defaults using 1.9 hash syntax
(cherry picked from commit fa74299)
  • Loading branch information
dsisnero authored and cheerfulstoic committed Jul 14, 2015
1 parent 4bea4cb commit 5fd2f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/neo4j/tasks/neo4j_server.rake
Expand Up @@ -92,6 +92,7 @@ namespace :neo4j do

desc 'Install Neo4j with auth disabled in v2.2+, example neo4j:install[community-latest,development]'
task :install, :edition, :environment do |_, args|
args.with_default_arguments(edition: 'community-latest', environment: 'development')
edition = get_edition(args)
environment = get_environment(args)
puts "Installing Neo4j-#{edition} environment: #{environment}"
Expand Down

0 comments on commit 5fd2f1b

Please sign in to comment.