Update README.md

This commit is contained in:
Tim Miller 2013-01-28 23:57:08 -08:00
parent d421265647
commit d7b128ce62
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ echo "connection = mysql://$keystone_database_user:$keystone_database_password@$
TODO: the script is passed the contents of the metadata file on stdin, so you can use a higher-level languages, too:
```ruby
#!/usr/bin/env/ruby
#!/usr/bin/env ruby
require 'json'
c = JSON.parse STDIN.read
puts "connection = mysql://#{c['keystone']['database']['user']}:#{c['keystone']['database']['password']}@#{c['keystone']['database']['host']}/keystone"