Skip to content

Commit e6c5b8b

Browse files
authored
fix: broken mock make target (#1336)
1 parent 9a8c6c7 commit e6c5b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To work and test CLI locally please follow the [mock readme](https://github.com/
8787
rhoas login --api-gateway=http://localhost:8000
8888
```
8989

90-
### `make mock-api/start`
90+
### `make start-mock-api`
9191

9292
Starts the mock all services Manager API and Instance API at [`http://localhost:8000`](http://localhost:8000).
9393

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ generate-ams-sdk: ## Generate the Account Management Service SDK
7171
start-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

7676
format: ## Clean up code and dependencies
7777
@go mod tidy

0 commit comments

Comments
 (0)