Skip to content

Commit 3c6d89f

Browse files
authored
docs: Fix file extension for consistency (#1741)
Signed-off-by: James Gregg <[email protected]>
1 parent 32f5314 commit 3c6d89f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

devel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ chainloop config save --insecure --control-plane localhost:9000 --artifact-cas l
157157
A new user and token has been created for you during bootstrap. An authentication token is available in the service logs (note that this is deactivated in production mode).
158158
Look for `DEVELOPMENT USER TOKEN` message in the container logs:
159159
```
160-
> docker compose -f compose.labs.yaml logs control-plane | grep -A 1 "DEVELOPMENT USER TOKEN"
160+
> docker compose -f compose.labs.yml logs control-plane | grep -A 1 "DEVELOPMENT USER TOKEN"
161161
control-plane-1 | {"level":"info","ts":1724772518.38039,"component":"service","msg":"******************* DEVELOPMENT USER TOKEN *******************"}
162162
control-plane-1 | {"level":"info","ts":1724772518.3804584,"component":"service","msg":"Use chainloop 'auth login --skip-browser' and paste this token to start a headless session: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiNzc4ZmExMzAtNjUzOS00ZTVmLThlYmYtMGQyZTkxYjRlNmM5IiwiaXNzIjoiY3AuY2hhaW5sb29wIiwiYXVkIjpbInVzZXItYXV0aC5jaGFpbmxvb3AiXSwiZXhwIjoxNzI3MzY0NTE4fQ.nyQtlR3bpc0VIna_UIKlXcx62gwG1dbuhkVm22fEXv4"}
163163
```

0 commit comments

Comments
 (0)