From 4068c1f329642d296cf7bf4bc79bcf2532a49cd5 Mon Sep 17 00:00:00 2001 From: ANIL SINGLA Date: Fri, 23 May 2025 11:46:19 +0530 Subject: [PATCH] Update besman-gitlab.sh fixed bug --- src/besman-gitlab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/besman-gitlab.sh b/src/besman-gitlab.sh index f358394..78b747b 100755 --- a/src/besman-gitlab.sh +++ b/src/besman-gitlab.sh @@ -288,7 +288,7 @@ function __besman_install_gitlab() __besman_create_gitlab_repo $repoName $BESMAN_LAB_NAME $labToken "created $repoName for $BESMAN_LAB_NAME datastore" done - if [ -z $BESLAB_PRIVATELAB_GITHUB_TOKEN ]; + if [ -z $BESLAB_PRIVATELAB_GITHUB_TOKEN ];then __beslab_echo_red " GITHUB Toen is needed for importing Github repos" else old_ifs="$IFS"