From 33c6aee8812d34d67784b35be8aab8488d18fecc Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Wed, 22 Apr 2020 14:12:07 -0700 Subject: [PATCH] Fix reference docs: galley cmd removed --- scripts/grab_reference_docs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/grab_reference_docs.sh b/scripts/grab_reference_docs.sh index e805a35a539e..571debd1a001 100755 --- a/scripts/grab_reference_docs.sh +++ b/scripts/grab_reference_docs.sh @@ -50,7 +50,6 @@ COMPONENTS=( https://github.com/istio/istio.git@"${SOURCE_BRANCH_NAME}"@pilot/cmd/pilot-agent@pilot-agent https://github.com/istio/istio.git@"${SOURCE_BRANCH_NAME}"@pilot/cmd/pilot-discovery@pilot-discovery https://github.com/istio/istio.git@"${SOURCE_BRANCH_NAME}"@security/cmd/node_agent@node_agent - https://github.com/istio/istio.git@"${SOURCE_BRANCH_NAME}"@galley/cmd/galley@galley https://github.com/istio/istio.git@"${SOURCE_BRANCH_NAME}"@operator/cmd/operator@operator )