diff --git a/cms/djangoapps/github_sync/__init__.py b/cms/djangoapps/github_sync/__init__.py index 178291f7db..d00949e56e 100644 --- a/cms/djangoapps/github_sync/__init__.py +++ b/cms/djangoapps/github_sync/__init__.py @@ -13,7 +13,8 @@ def import_from_github(repo_settings): repo_settings is a dictionary with the following keys: path: file system path to the local git repo branch: name of the branch to track on github - org: name of the + org: name of the organization to use in the imported course + course: name of the coures to use in the imported course """ repo_path = repo_settings['path']