Merge pull request #23965 from yeoldegrove/main

Fix typo in `docs/source/markdown/options/cache-ttl.md`
This commit is contained in:
openshift-merge-bot[bot] 2024-09-16 14:10:22 +00:00 committed by GitHub
commit 22142c239e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.
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.