]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
devel/check_if_signed: fix a condition
authorAlexander Sosedkin <asosedkin@redhat.com>
Thu, 6 Nov 2025 10:35:42 +0000 (11:35 +0100)
committerAlexander Sosedkin <asosedkin@redhat.com>
Tue, 18 Nov 2025 15:47:05 +0000 (16:47 +0100)
Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
devel/check_if_signed

index 43a311d0044ea1c006904740b6d1ef7709663ea2..a298739f32d2a3059ad18912c994c5312f77958d 100755 (executable)
@@ -7,7 +7,7 @@
 git remote add gitlab-gnutls-upstream-git-tree https://gitlab.com/gnutls/gnutls.git
 git fetch -q gitlab-gnutls-upstream-git-tree master
 
-if [ -z "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"]; then
+if [ -z "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" ]; then
   CI_MERGE_REQUEST_TARGET_BRANCH_NAME="gitlab-gnutls-upstream-git-tree/master"
 fi