X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/afea2e3d16f6311659578efe73fee155a0afb53a..f27c0d4560fe83cc032b50b681ee2e6e955b7f71:/src/bindings/ruby/MasterSlave.rb diff --git a/src/bindings/ruby/MasterSlave.rb b/src/bindings/ruby/MasterSlave.rb index 5d047ee299..e945b7adce 100644 --- a/src/bindings/ruby/MasterSlave.rb +++ b/src/bindings/ruby/MasterSlave.rb @@ -78,7 +78,7 @@ if (ARGV.length == 2) MSG.deployApplication(ARGV[1]) else MSG.createEnvironment("platform.xml") - MSG.deployApplication("deploy2.xml") + MSG.deployApplication("deploy.xml") #Thread.list.each {|t| p t} end