Spaces:
Paused
Paused
Update init.sh
Browse files
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 |
|