Skip to content

Commit 917f5a2

Browse files
committed
default to latest endpoint for trust-products command
1 parent ffba9e8 commit 917f5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trustshell/products.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def prime_cache(check: bool, debug: bool) -> None:
9696
@click.option(
9797
"--versions", "-v", is_flag=True, default=False, help="Show PURL versions."
9898
)
99-
@click.option("--latest", "-l", is_flag=True, default=False)
99+
@click.option("--latest", "-l", is_flag=True, default=True)
100100
@click.option("--cpes", "-c", is_flag=True, default=False)
101101
@click.option(
102102
"--include-rpm-containers",

0 commit comments

Comments
 (0)