mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
fix lol
This commit is contained in:
parent
7a4bad404b
commit
9e9cab0c3e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ function checkout_tag()
|
||||||
function build()
|
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 entered in the changelog
|
||||||
if ! [[ head -n 1 debian/changelog == *"$BRANCH"* ]]; then
|
if ! [[ $(head -n 1 debian/changelog == *"$BRANCH"*) ]]; then
|
||||||
echo "The specified branch type is not coherent with the changelog one!"
|
echo "The specified branch type is not coherent with the changelog one!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue