privateone commited on
Commit
5be6289
·
verified ·
1 Parent(s): 6cdeae2

Update init.sh

Browse files
Files changed (1) hide show
  1. init.sh +1 -0
init.sh CHANGED
@@ -22,6 +22,7 @@ if [ -n "$GITHUB_PAT" ]; then
22
  else
23
  echo "📥 Cloning private repository..."
24
  git clone -b "$BRANCH" "https://blendersb:${GITHUB_PAT}@github.com/blendersb/teleapi.git" "$TARGET_DIR"
 
25
 
26
  cd "$TARGET_DIR"
27
 
 
22
  else
23
  echo "📥 Cloning private repository..."
24
  git clone -b "$BRANCH" "https://blendersb:${GITHUB_PAT}@github.com/blendersb/teleapi.git" "$TARGET_DIR"
25
+ fi
26
 
27
  cd "$TARGET_DIR"
28