Skip to content

Commit 9ba4ec6

Browse files
committed
Grammar fix in error message
1 parent d7452ff commit 9ba4ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/pzmm/gitIntegration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def checkGitStatus():
2929
"""
3030
if git is None:
3131
raise RuntimeError(
32-
"The 'GitPython' package and a valid git executable is required"
32+
"The 'GitPython' package and a valid git executable are required"
3333
+ " for use of the git integration functions."
3434
)
3535

0 commit comments

Comments
 (0)