Skip to content

Commit 50d7f82

Browse files
authored
typo
1 parent 4b4a89c commit 50d7f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ def _easyconfigs_pr_common(paths, ecs, start_branch=None, pr_branch=None, start_
11291129
msg += "the PR title will be automatically generated."
11301130
if build_option('force'):
11311131
print_msg(msg)
1132-
print_msg("Using the specified --pr-commit-msg As the force build option was specified.")
1132+
print_msg("Using the specified --pr-commit-msg as the force build option was specified.")
11331133
else:
11341134
raise EasyBuildError(msg)
11351135
cnt = len(file_info['paths_in_repo'])

0 commit comments

Comments
 (0)