Skip to content

Commit

Permalink
Fix order of plugin deploy and client instance creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Nov 18, 2010
1 parent 258d5b1 commit 50ecd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -189,9 +189,9 @@ task :create do
create_member(collective, "#{hostname}-#{i}", stompserver, stompuser, stomppass, stompport, version)
end

copy_plugins

create_member(collective, "client", stompserver, stompuser, stomppass, stompport, version, "#{BASEDIR}/client")

copy_plugins
end

desc "Shut down and remove the collective"
Expand Down

0 comments on commit 50ecd9a

Please sign in to comment.