Fix small typo on Forgejo Runner's documentation

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
Sergio Durigan Junior 2025-01-24 16:07:54 -05:00
parent 57dcafd8ea
commit 2a86d44939
No known key found for this signature in database
GPG key ID: D0EB762865FC5E36

View file

@ -54,4 +54,4 @@ Labels are an important aspect of the runner, and as such should be carefully ch
After the installation, the runner will register with the Forgejo instance (provided via the `forgejo_runner_instance_url` variable) and generate a `.runner` file inside its configuration path. This file should not be modified manually. If for some reason you wish to force the registration to run again, you can delete the `.runner` file and restart the service.
If you with to change the labels associated with the runner, you can simply modify the `forgejo_runner_labels` variable and run the playbook again. There is no need to delete the `.runner` file and run the registration again.
If you wish to change the labels associated with the runner, you can simply modify the `forgejo_runner_labels` variable and run the playbook again. There is no need to delete the `.runner` file and run the registration again.