Skip to content

Commit

Permalink
Add missing variable from the env dump at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed May 16, 2011
1 parent 9f84e28 commit 8056e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -272,7 +272,7 @@ task :create do
puts " MC_NAME=#{collective} MC_SERVER=#{stompserver} MC_USER=#{stompuser} \\"
puts " MC_PASSWORD=#{stomppass} MC_PORT=#{stompport} MC_VERSION=#{version} \\"
puts " MC_COUNT=#{count} MC_COUNT_START=#{countstart} MC_SSL=#{stompssl} \\"
puts " MC_SOURCE=#{gitrepo} \\"
puts " MC_SOURCE=#{gitrepo} MC_SUB=#{collectives}\\"
puts " MC_SOURCE_BRANCH=#{branch} rake create"
puts
puts "The collective instances are stored in collective/* and a client is setup in client/"
Expand Down

0 comments on commit 8056e19

Please sign in to comment.