lib/conf/argv.rb in rsence-2.0.0.4.pre vs lib/conf/argv.rb in rsence-2.0.0.5.pre

- old
+ new

@@ -998,10 +998,10 @@ This directory contains a RSence environment titled '#{config[:index_html][:title]}'. Visit http://rsence.org/ for further information. END ) } version_file = File.join( env_dir, 'VERSION' ) - File.open( readme_file, 'w' ) {|f| f.write( "RSence Environment Version #{version.to_f}" ) } + File.open( version_file, 'w' ) {|f| f.write( "RSence Environment Version #{version.to_f}" ) } puts <<-END #{'-='*39}- RSence project environment for '#{config[:index_html][:title]}' created.