We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4668a commit 1bad3aaCopy full SHA for 1bad3aa
test/bin/curl
@@ -3,8 +3,8 @@
3
# Fake curl command stub for tests.
4
set -e
5
6
-# Return empty list of indexes for ghe-backup-es-audit-log
7
-if echo "$@" | grep -q '_cat/indices/audit_log\*?h=index$'; then
+# Return empty list of indexes for ghe-backup-es-audit-log and ghe-backup-es-hookshot
+if echo "$@" | grep -q '_cat/indices/'; then
8
exit 0
9
fi
10
0 commit comments