commit 629ad7506f83cc5cb69098b270c77c48a85b7e35 parent fbd5ed8043a96cdc8e347bf94624438d269551ae Author: Florian Dold <florian.dold@gmail.com> Date: Fri, 11 Oct 2019 15:12:19 +0530 typo Diffstat:
| M | bin/taler-deployment | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -135,7 +135,7 @@ def build(): ensure_activated() update_repos() stale = get_stale_repos() - print(f"found stale repos: stale") + print(f"found stale repos: {stale}") @cli.command()