From 3db2e0823169b74ebc4ef939d958bc8c6a9ce0c5 Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Mon, 19 Jun 2023 17:05:07 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1483106..1a7debd6 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ osc-generate: osc-api/outscale.yaml osc-api/outscale.yaml: @echo getting osc-api description... - git clone https://github.com/outscale/osc-api-deploy.git && cd osc-api-deploy && git checkout -b $(API_VERSION) $(API_VERSION) + git clone https://github.com/outscale/osc-api-deploy.git osc-api && cd osc-api && git checkout -b $(API_VERSION) $(API_VERSION) .PHONY: clean clean: