mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
ab2b5dfa8a
The names of these templates overlapped with some local variables, which made reading the code somewhat confusing. Changing them to a const, given that these were not updated anywere. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>