Browse Source

fixed typo in workbook build message

master
Holger Frey 1 year ago
parent
commit
b2d0630cb9
  1. 4
      work_helpers/sg_mbp_build.py

4
work_helpers/sg_mbp_build.py

@ -183,14 +183,14 @@ def get_announcement_text(dev_version, build_version, new_folder_name):
text = [ text = [
f"# New MBP Workbook Version {build_version}", f"# New MBP Workbook Version {build_version}",
"Good News Everyone,", "Good News Everyone,",
f"there is a new workbook version available: {build_version}", f"there is a new MBP workbook version available: {build_version}",
( (
f"As indicated by the letter '{dev_version}' at the end," f"As indicated by the letter '{dev_version}' at the end,"
" this version is intended for Freiburg only." " this version is intended for Freiburg only."
), ),
change_msg, change_msg,
"\n".join(changes), "\n".join(changes),
"You can find this version at our Freiburg Shared Drive:", "You can find this version at our Freiburg Shared Drive:",
( (
"Google Drive / Shared drives / Freiburg / Workbooks / MBP Workbooks /" "Google Drive / Shared drives / Freiburg / Workbooks / MBP Workbooks /"
f" {latest} /" f" {latest} /"

Loading…
Cancel
Save