mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
Move comment to its proper location
This commit is contained in:
parent
348e6968c3
commit
baa0270275
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,6 @@ function applyPatch {
|
||||||
|
|
||||||
function enableCommitSigningIfNeeded {
|
function enableCommitSigningIfNeeded {
|
||||||
if [[ "$gpgsign" == "true" ]]; then
|
if [[ "$gpgsign" == "true" ]]; then
|
||||||
# Yes, this has to be global
|
|
||||||
git config --global commit.gpgsign true
|
git config --global commit.gpgsign true
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
@ -52,6 +51,7 @@ function enableCommitSigningIfNeeded {
|
||||||
# There is also zero rational or logical reason to do so for these sub-repo AMs.
|
# There is also zero rational or logical reason to do so for these sub-repo AMs.
|
||||||
# Calm down kids, it's re-enabled (if needed) immediately after, pass or fail.
|
# Calm down kids, it's re-enabled (if needed) immediately after, pass or fail.
|
||||||
if [[ "$gpgsign" == "true" ]]; then
|
if [[ "$gpgsign" == "true" ]]; then
|
||||||
|
# Yes, this has to be global
|
||||||
git config --global commit.gpgsign false
|
git config --global commit.gpgsign false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue