commit 08b451784e087d3d28b8fb230223d42cba4b4086 parent 64f6f54aa5de5c7733893e16741a9aa3d4807534 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 13 Sep 2019 10:23:51 +0200 fix path Diffstat:
| M | bin/taler-deployment-prepare | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -11,7 +11,7 @@ if [ -z ${1+x} ]; then exit 1 fi -./bootstrap-taler $1 +$HOME/deployment/bootstrap-taler $1 source $HOME/activate