From 13b2e716b19ff287c557fbe1b71de963bf423ebc Mon Sep 17 00:00:00 2001 From: Fritz Duchardt Date: Wed, 4 Oct 2023 10:24:11 +0200 Subject: [PATCH] Renamed --eager to --lazy=false Signed-off-by: Fritz Duchardt Signed-off-by: ashpect --- proposals/vendir/001-lazy-synching-on-stable-config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/vendir/001-lazy-synching-on-stable-config/README.md b/proposals/vendir/001-lazy-synching-on-stable-config/README.md index a98b66133..0249231f8 100644 --- a/proposals/vendir/001-lazy-synching-on-stable-config/README.md +++ b/proposals/vendir/001-lazy-synching-on-stable-config/README.md @@ -55,7 +55,7 @@ Config digests are only added, if vendir is run with the `lazy` setting. To force a sync despite the `lazy` setting, a new option is added to the vendir binary, e.g. ``` -vendir sync --eager +vendir sync --lazy=false ``` ### Other Approaches Considered