fix(cmdeploy): comiit typo

This commit is contained in:
j4n
2026-01-19 13:40:11 +01:00
committed by missytake
parent be7aa21039
commit e101c36ab4

View File

@@ -502,7 +502,7 @@ class GithashDeployer(Deployer):
except Exception:
git_diff = ""
files.put(
name="Upload chatmail relay git commiit hash",
name="Upload chatmail relay git commit hash",
src=StringIO(git_hash + git_diff),
dest="/etc/chatmail-version",
mode="700",