fixed typo

This commit is contained in:
Victor Ișan 2026-05-01 11:48:18 +02:00
parent 4322e0032c
commit c4812614cf

View File

@ -22,8 +22,8 @@ in
environment = { environment = {
TZ = "Europe/Bucharest"; TZ = "Europe/Bucharest";
UID = 1000; UID = "1000";
GID = 10000; GID = "10000";
}; };
k }; };
} }