mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
wording
This commit is contained in:
parent
2f00bfc043
commit
b0a51e5740
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ function checkout_tag()
|
|||
|
||||
function build()
|
||||
{
|
||||
# check if the build branch type is coherent between what the user has specified and what is entered in the changelog
|
||||
# check if the build branch type is coherent between what the user has specified and what is specified in the changelog
|
||||
if ! [[ "$(head -n 1 debian/changelog)" == *"$BRANCH"* ]]; then
|
||||
echo "The specified branch type is not coherent with the changelog one!"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue