Fix typos

This commit is contained in:
Pim Kunis 2024-12-01 01:13:49 +01:00
parent eaee834710
commit 459ee2c6b2

View file

@ -18,12 +18,12 @@ colmena build --keep-result --experimental-flake-eval
To apply to the local machine: To apply to the local machine:
``` ```
sudo colmena apply-local --sudo --experimental-flake-eval` sudo colmena apply-local --sudo --experimental-flake-eval
``` ```
To apply to all remotely managed systems: To apply to all remotely managed systems:
``` ```
colmena apply --experimental-flake-eval` colmena apply --experimental-flake-eval
``` ```
> [!NOTE] > [!NOTE]