Ooops, missing end block

This commit is contained in:
Jay Pipes
2012-11-13 09:41:02 -05:00
parent 7ebd5b1cec
commit 17d189e236

View File

@@ -76,6 +76,7 @@ module Openstack
# SQLite uses filepaths not db name
path = info['path']
result = "sqlite://#{path}"
end
end
end
end