0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-12-25 22:40:42 -05:00

docs: typo in forgejo runner development documentation

This commit is contained in:
Earl Warren 2023-05-21 17:42:24 +02:00 committed by Caesar Schinas
parent 05159dbc7c
commit 673d7d3fa4
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -91,7 +91,7 @@ firefox http://$(cat forgejo-ip):3000
The user is `root` with password `admin1234`. The runner is registered with: The user is `root` with password `admin1234`. The runner is registered with:
``` ```
cd setup-forgejo ; ./runner/forgejo-runner register --no-interactive --instance "http://$(cat forgejo-ip):3000/" --name runner --token $(cat forgejo-runner-token) --labels ubuntu-latest:docker://node:16-buster,self-hosted cd setup-forgejo ; ../runner/forgejo-runner register --no-interactive --instance "http://$(cat forgejo-ip):3000/" --name runner --token $(cat forgejo-runner-token) --labels ubuntu-latest:docker://node:16-buster,self-hosted
``` ```
And launched in debug mode with: And launched in debug mode with: