Update scripts/generate_release_notes.py

Co-authored-by: Tom Cosgrove <[email protected]>
Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
Dave Rodgman
2022-08-17 16:19:51 +01:00
committed by GitHub
co-authored by Tom Cosgrove
parent 8ae925726e
commit 75683b08e4
+1 -1
View File
@@ -209,7 +209,7 @@ def main():
# Very basic check to see if we are in the root.
path = os.path.join(os.getcwd(), 'scripts', 'generate_release_notes.py')
if not os.path.exists(path):
error(f'{sys.argv[0]} must be run from the mbedtls root')
error(f'{sys.argv[0]} must be run from the Mbed TLS root')
args = parse_args(sys.argv[1:])