clone ngrok address
This commit is contained in:
+2
-3
@@ -6,10 +6,9 @@ clone ()
|
||||
PROFIL_NAME="$1";
|
||||
PROJECT_NAME="$2";
|
||||
else
|
||||
PROFIL_NAME="painpain";
|
||||
PROFIL_NAME=painpain
|
||||
PROJECT_NAME="$1";
|
||||
git clone --recurse-submodules git@github.com:pain-pin/$PROJECT_NAME.git;
|
||||
fi
|
||||
git clone --recurse-submodules ${BASE}/$PROFIL_NAME/$PROJECT_NAME.git;
|
||||
git clone --recurse-submodules $URL/$PROFIL_NAME/$PROJECT_NAME.git;
|
||||
}
|
||||
clone "$@"
|
||||
|
||||
Reference in New Issue
Block a user