taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit b54edf83810aff3a9b3f598e15141e4db597ccac
parent e08b838b0eeadfcc9f1a9f348715b281c04e97d1
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 11 Oct 2019 15:10:52 +0530

typo

Diffstat:
Mbin/taler-deployment | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -118,7 +118,7 @@ def get_stale_repos(): r_dir = Path.home() / "sources" / r.name s = r_dir / "taler-buildstamp" if not s.exists(): - timestamp[r.name] = time.now() + timestamp[r.name] = time.time() stale.append(r) break timestamp[r.name] = s.stat().st_mtime