Skip to content

Commit b5b9f96

Browse files
committed
docs: fix docker run command example
1 parent 97efa8d commit b5b9f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ There is also a docker container published at [Dockerhub](https://hub.docker.com
6262

6363
```bash
6464
export GHAPP_PRIVATE_KEY=$(cat .ghapp-private-key.pem)
65-
docker run --rm -e GHAPP_PRIVATE_KEY jhagestedt/ghapp token --id 123 --installation-id 123456
65+
docker run --rm -e GHAPP_PRIVATE_KEY jhagestedt/ghapp token --id 123 --install-id 123456
6666
```

0 commit comments

Comments
 (0)