if File.exists?(File.join(git_path, MEMBERS_DB_DIR))
@db_path = File.join(git_path, MEMBERS_DB_DIR)
else
- @db_path = File.join(File.expand_path('../wiki-ca', path), MEMBERS_DB_DIR)
+ @db_path = File.join(File.expand_path('../wiki-ca', git_path), MEMBERS_DB_DIR)
end
end
@db_path