X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www-update.sh;h=79dd5c2a29eee832d30e693a6f0a5daef60a3224;hp=a067f2713e1ccab32fb0eceb3f8c575327b16aed;hb=HEAD;hpb=2abb92c06432de1a65e045258bc13464dd599d30 diff --git a/www-update.sh b/www-update.sh index a067f27..79dd5c2 100755 --- a/www-update.sh +++ b/www-update.sh @@ -18,7 +18,7 @@ GIT_DIR=git if [ ! -d $GIT_DIR/psensor ]; then echo "[psensor] GIT clone" - git clone https://git.wpitchoune.net/psensor.git $GIT_DIR/psensor + git clone https://gitlab.com/jeanfi/psensor.git $GIT_DIR/psensor else echo "[psensor] GIT pull" git -C $GIT_DIR/psensor pull