Skip to content

Commit a3269ae

Browse files
committed
fix the sample name
1 parent 172ec2b commit a3269ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

keycloak/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "plux>=1.3.1"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "localstack-extension-keycloak"
6+
name = "localstack-keycloak"
77
version = "0.1.0"
88
description = "LocalStack Extension: Keycloak for Identity and Access Management"
99
readme = {file = "README.md", content-type = "text/markdown; charset=UTF-8"}

keycloak/sample-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ flowchart TB
5959
### 1. Start LocalStack
6060

6161
```bash
62-
EXTENSION_AUTO_INSTALL=localstack-extension-keycloak localstack start
62+
EXTENSION_AUTO_INSTALL=localstack-keycloak localstack start
6363
```
6464

6565
### 2. Deploy the Stack

0 commit comments

Comments
 (0)