summaryrefslogtreecommitdiff
path: root/taler-build/invalidate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/invalidate.sh')
-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 18eddef..00de3eb 100755
--- a/taler-build/invalidate.sh
+++ b/taler-build/invalidate.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -eu
-components="deployment exchange merchant bank gnurl donations blog landing gnunet libmicrohttpd survey backoffice twister"
+components="auditor deployment exchange merchant bank gnurl donations blog landing gnunet libmicrohttpd survey backoffice twister"
for component in $components ; do
cd $HOME/$component