This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-10 20:48:05 -05:00
parent cc90efffbc
commit 29d537a6b6
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ jobs:
run: |
git config --global user.name "Quatalog Updater"
git config --global user.email "github_actions@quatalog.com"
git add courses searchable_catalog.json
git add courses searchable_catalog.json courses_list.json
git commit -m "$(date)" || exit 0
git push

View File

@ -130,7 +130,7 @@ int main(const int argc,
outWriter->write(courses_list,&courses_list_file);
searchable_catalog_file.close();
courses_list.close();
courses_list_file.close();
}
std::unordered_set<std::string> get_all_courses(const quatalog_data_t& qlog) {