Fxi typo in cache-ttl.md

Signed-off-by: Eike Waldt <waldt@b1-systems.de>
This commit is contained in:
Eike Waldt
2024-09-16 14:57:52 +02:00
parent 24c911841c
commit fdb2edf46a

View File

@ -9,4 +9,4 @@ For example if `--cache-ttl=1h` is specified, Buildah considers intermediate cac
under the duration of one hour, and intermediate cache images outside this duration is ignored. under the duration of one hour, and intermediate cache images outside this duration is ignored.
Note: Setting `--cache-ttl=0` manually is equivalent to using `--no-cache` in the Note: Setting `--cache-ttl=0` manually is equivalent to using `--no-cache` in the
implementation since this means that the user dones not want to use cache at all. implementation since this means that the user does not want to use cache at all.