commit 724017843d5822785c1cface9eb266ff1e82ef11 parent 5c6c5c59e3f763c222261fc6e045f021a1a3d650 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Thu, 28 Mar 2019 21:23:50 +0100 logic Diffstat:
| M | taler-build/update_playground.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taler-build/update_playground.sh b/taler-build/update_playground.sh @@ -2,7 +2,7 @@ set -eu -if ! test "demo" = ${TALER_ENV_NAME}; then +if test "demo" = ${TALER_ENV_NAME}; then echo "No playground for 'demo' envs." exit 0 fi