Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/besman-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading