This commit is contained in:
Aurélien Lavorel 2024-12-23 16:55:26 +01:00 committed by GitHub
parent a02517331b
commit 1c11bf812f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ host('db.example.com')
'env' => 'prod',
]);
```
or use `->addLables()` method to add labels to the existing host.
or use `->addLabels()` method to add labels to the existing host.
Now let's define a task to check labels: