commit b4849535cd3935bd4e4b629e15b4cb5d75162f68 parent 3f8dccd9dd97ee03624ddcf62260a949d22cec26 Author: Florian Dold <florian.dold@gmail.com> Date: Fri, 11 Oct 2019 00:30:58 +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 @@ -65,7 +65,7 @@ def ensure_activated(): sys.exit(1) -@cli.command +@cli.command() def build(): """Build the deployment from source.""" ensure_activated()