File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ To work and test CLI locally please follow the [mock readme](https://github.com/
8787rhoas login --api-gateway=http://localhost:8000
8888```
8989
90- ### ` make mock-api/start `
90+ ### ` make start- mock-api `
9191
9292Starts the mock all services Manager API and Instance API at [ ` http://localhost:8000 ` ] ( http://localhost:8000 ) .
9393
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ generate-ams-sdk: ## Generate the Account Management Service SDK
7171start-mock-api : # # Start the mock rhoas server
7272 npm install -g @rhoas/api-mock
7373 asapi --pre-seed
74- .PHONY : mock-api/start
74+ .PHONY : start- mock-api
7575
7676format : # # Clean up code and dependencies
7777 @go mod tidy
You can’t perform that action at this time.
0 commit comments