Change upstream to gitlab

This commit is contained in:
2024-03-13 05:17:13 +08:00
parent 3337f6d46e
commit 853b75288a
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ fi
if [ "$DOWNLOAD_APP" ]; then
echo "Downloading master copy"
mkdir -pv "$APP_DIR"
git clone https://github.com/madumlao/madumlao-profile "$APP_DIR"
git clone https://gitlab.com/madumlao/madumlao-profile "$APP_DIR"
fi
echo "Set pwd to $APP_DIR"