From f48df53ba21b9b544a503801fe0762c70bd1a5ae Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 13 Nov 2022 15:54:27 +0100 Subject: [PATCH] Update git URL --- README.md | 4 ++-- git_push.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adabdb2..27a39ff 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Python >=3.6 If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://git.deuxfleurs.fr/quentin/garage-admin-sdk-python.git +pip install git+https://git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-python.git ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://git.deuxfleurs.fr/quentin/garage-admin-sdk-python.git`) +(you may need to run `pip` with root permission: `sudo pip install git+https://git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-python.git`) Then import the package: ```python diff --git a/git_push.sh b/git_push.sh index aa7a431..f2c00f9 100644 --- a/git_push.sh +++ b/git_push.sh @@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then fi if [ "$git_user_id" = "" ]; then - git_user_id="quentin" + git_user_id="garage-sdk" echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id" fi