commit 1a19da97d2290b236503e7fe5e7aedbd08cd34bd
parent 8285afd726db55db22ad15b3be01bb179cb10243
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Mon, 26 Feb 2018 14:20:42 +0100
syntax
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh
@@ -3,7 +3,7 @@
set -eu
components="deployment exchange merchant bank gnurl donations blog landing gnunet libmicrohttpd survey backoffice"
-if [[ "$TALER_ENV_NAME" = test ]]; then;
+if [[ "$TALER_ENV_NAME" = test ]]; then
components="$components playground"
fi