Skip to content

Commit

Permalink
Update the location of the create.sql file.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 7, 2012
1 parent 3aad59a commit d67d8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/lib/WRE/Site.pm
Expand Up @@ -113,7 +113,7 @@ sub create {
$db->disconnect;
$mysql->load(
database => $params->{databaseName},
path => $wreConfig->getWebguiRoot("/docs/create.sql"),
path => $wreConfig->getWebguiRoot("/share/create.sql"),
username => $params->{databaseUser},
password => $params->{databasePassword},
);
Expand Down

0 comments on commit d67d8e7

Please sign in to comment.