Skip to content

Commit 34cd2d6

Browse files
committed
CLOUDSTACK-1019: Fix filename from 4201752
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
1 parent 0895c34 commit 34cd2d6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup/bindir/cloud-setup-databases.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
3-
43
# Licensed to the Apache Software Foundation (ASF) under one
54
# or more contributor license agreements. See the NOTICE file
65
# distributed with this work for additional information
@@ -212,7 +211,7 @@ for full help
212211
""),
213212
)
214213

215-
for f in ["create-database","create-schema", "create-database-premium","create-schema-premium", "create-schema-view", "4.1-new-db-schema.sql"]:
214+
for f in ["create-database","create-schema", "create-database-premium","create-schema-premium", "create-schema-view", "4.1-new-db-schema"]:
216215
p = os.path.join(self.dbFilesPath,"%s.sql"%f)
217216
if not os.path.exists(p): continue
218217
text = file(p).read()
@@ -603,4 +602,3 @@ for example:
603602
if __name__ == "__main__":
604603
o = DBDeployer()
605604
o.run()
606-

0 commit comments

Comments
 (0)