commit 2316c7a9693e9a5af49c061958b66b65846188e6
parent 919f0742e62210c20df7ec5ca08b23820d4a89d2
Author: Florian Dold <florian.dold@gmail.com>
Date: Sat, 12 Oct 2019 00:08:06 +0530
typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment
@@ -283,7 +283,7 @@ def ensure_activated():
out = out.strip(" \n")
if out != ts:
print(
- f"Please do 'source ~/.activate'. Current ts={ts}, new ts={out}",
+ f"Please do 'source ~/activate'. Current ts={ts}, new ts={out}",
file=sys.stderr,
)
sys.exit(1)