Skip to content

Commit

Permalink
Renamed --eager to --lazy=false
Browse files Browse the repository at this point in the history
Signed-off-by: Fritz Duchardt <[email protected]>
Signed-off-by: ashpect <[email protected]>
  • Loading branch information
fritzduchardt authored and ashpect committed Mar 3, 2024
1 parent 751081f commit 13b2e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13b2e71

Please sign in to comment.