We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32fb9f commit a2a44c5Copy full SHA for a2a44c5
docs/developer-guides/local-development.md
@@ -19,7 +19,7 @@ If you want to test one of the Cluster Registry components call directly setup s
19
* run the stack without cluster-registry-api: `API=false make setup`
20
* run the stack without cluster-registry-client: `CLIENT=false make setup`
21
* run the stack without cluster-registry-sync-manager : `SYNC_MANAGER=false make setup`
22
-* run the stack with all components: `make setup`
+* run the stack with all components: `make setup`
23
24
To clean up your local setup run:
25
`make clean`
0 commit comments