From 952ba9a924e95ff4143e1bc13870d45d3a062594 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Mon, 31 Jul 2023 08:26:55 +0200 Subject: [PATCH] improve --- admin-guide/configuration/distribute_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-guide/configuration/distribute_files.md b/admin-guide/configuration/distribute_files.md index e89b38f3..7147a821 100644 --- a/admin-guide/configuration/distribute_files.md +++ b/admin-guide/configuration/distribute_files.md @@ -37,7 +37,7 @@ base::enable_filecopy: false To synchronize a git repository to the host you might list them in the `files::git` hash. The key is the destination directory and the value is a hash with following options: - `url`: URL of the public git repository to clone -- `revision`: what branch, tag or what sha-hash should be checked out +- `revision`: what branch, tag or commit-hash should be checked out Example: