vars: fix spelling in docs

This commit is contained in:
DavHau
2025-05-31 10:55:13 +07:00
parent 1523ac18c9
commit 54b13054ca
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ in
else else
lib.warn '' lib.warn ''
Machine ${machine} does not have a borgbackup key at ${fullPath}, Machine ${machine} does not have a borgbackup key at ${fullPath},
run `clan var generate ${machine}` to generate it. run `clan vars generate ${machine}` to generate it.
'' null '' null
) allClients; ) allClients;

View File

@@ -310,7 +310,7 @@ The following module demonstrates the idea in the example of *borgbackup*.
else else
lib.warn '' lib.warn ''
Machine ${machine} does not have a borgbackup key at ${fullPath}, Machine ${machine} does not have a borgbackup key at ${fullPath},
run `clan var generate ${machine}` to generate it. run `clan vars generate ${machine}` to generate it.
'' null '' null
) allClients; ) allClients;