Skip to content

Commit 10e5b62

Browse files
kcranstonLeah Wasser
and
Leah Wasser
authored
fix quickstart success message (#371)
* fix quickstart success message * changelog Co-authored-by: Leah Wasser <[email protected]>
1 parent 332cee9 commit 10e5b62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`
1212
- Overhaul fixtures, support moving different type of files & fix codecov ci (@lwasser, #273, #172)
1313
- Modify how we generate an access token for GitHub API access due to upcoming deprecation of username + password authentication (@kcranston, #328)
1414
- Make new repositories use 'main' instead of 'master' as the default branch (@kcranston, #326)
15+
- Fix manged abc-quickstart success message (@kcranston, #367)
1516
- Refactor the main-to-master branch renaming for better error handling and usability (@kcranston, #363)
1617

1718
[0.1.8]

abcclassroom/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def create_dir_struct(course_name="abc_course", force=False, working_dir=None):
121121
Created new abc-classroom directory structure at:
122122
'{}',
123123
including a configuration file, directories for template repos
124-
and cloned repos.template and clone directories and a directory
124+
and cloned repositories, and a directory
125125
for extra files needed for all assignments.
126126
127127
To proceed, please create / move your course roster and course

0 commit comments

Comments
 (0)