Skip to content

Commit f349442

Browse files
jozefrebjakMGatner
andauthored
Update src/patch
Co-authored-by: MGatner <mgatner@icloud.com>
1 parent b41fbbf commit f349442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ try()
8585
git --version
8686
try $? "Git must be installed."
8787

88-
# When using patches in a Docker container, it is necessary to manually set the user.email and user.name values
88+
# When using patches in a Docker container, it is necessary to set the user.email and user.name values manually
8989
if [[ -n "$GIT_USER_EMAIL" && -n "$GIT_USER_NAME" ]]; then
9090
git config --global user.email "$GIT_USER_EMAIL";
9191
git config --global user.name "$GIT_USER_NAME";

0 commit comments

Comments
 (0)