We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41fbbf commit f349442Copy full SHA for f349442
src/patch
@@ -85,7 +85,7 @@ try()
85
git --version
86
try $? "Git must be installed."
87
88
-# When using patches in a Docker container, it is necessary to manually set the user.email and user.name values
+# When using patches in a Docker container, it is necessary to set the user.email and user.name values manually
89
if [[ -n "$GIT_USER_EMAIL" && -n "$GIT_USER_NAME" ]]; then
90
git config --global user.email "$GIT_USER_EMAIL";
91
git config --global user.name "$GIT_USER_NAME";
0 commit comments