summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtaler-build/invalidate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh
index 37b09a9..dbff4be 100755
--- a/taler-build/invalidate.sh
+++ b/taler-build/invalidate.sh
@@ -2,7 +2,7 @@
set -eu
-for component in deployment exchange merchant bank gnurl merchant-frontends landing gnunet libmicrohttpd; do
+for component in deployment exchange merchant bank gnurl merchant-frontends landing gnunet libmicrohttpd survey ; do
cd $HOME/$component
git fetch
if git status -sb | grep behind; then