Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo authored Jun 19, 2023
1 parent ec05cff commit 3db2e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3db2e08

Please sign in to comment.