From 570c04336686d8f6d3532531eea4ec6d8d27058d Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Mon, 25 Mar 2024 17:34:18 +0100 Subject: [PATCH] fix ricochet-2 link Signed-off-by: Matthias Gatto --- local-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-tests.sh b/local-tests.sh index cd4a1ae..47eb5c6 100755 --- a/local-tests.sh +++ b/local-tests.sh @@ -12,7 +12,7 @@ alias oapi-cli=$oapi_cli if [ "$#" -lt 2 ]; then if [ ! -d "osc-ricochet-2" ]; then - git clone https://github.com/outscale-mgo/osc-ricochet-2 + git clone https://github.com/outscale/osc-ricochet-2 fi cd osc-ricochet-2