commit | f9beea52da07687724374214c38932f6424de70d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 07 08:26:49 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 07 08:26:49 2020 +0100 |
tree | 106d4a688bab9863b2a04e56210c039d6aad1f32 | |
parent | 3823408b6063c8955d22532903f96b40601f57ed [diff] |
SCRIPTS: backport: fix the master branch detection The condition was inverted. When the branch was the master, it was harmless because it caused an extra "checkout master", but when it was not the master, the commit could be applied to the wrong branch and it could even possibly not match the name to stop on.