mirror of
https://github.com/quatalog/quatalog.git
synced 2025-05-06 06:14:41 +00:00
Fix typo
This commit is contained in:
parent
cc90efffbc
commit
29d537a6b6
2
.github/workflows/scraper.yml
vendored
2
.github/workflows/scraper.yml
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue