Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit f0eeae8

Browse files
committed
Removing debug message from script
1 parent 46fdca1 commit f0eeae8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hack/update-crd.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ SCRIPT_ROOT_RELATIVE=$(dirname "${BASH_SOURCE}")/..
44
SCRIPT_ROOT=$(realpath "${SCRIPT_ROOT_RELATIVE}")
55
CONTROLLERTOOLS_PKG=${CONTROLLERTOOLS_PKG:-$(cd "${SCRIPT_ROOT}"; ls -d -1 ./vendor/sigs.k8s.io/controller-tools 2>/dev/null || echo ../code-controller-tools)}
66

7-
echo $CONTROLLERTOOLS_PKG
8-
97
# find or download controller-gen
108
pushd "${CONTROLLERTOOLS_PKG}"
119
trap popd exit

0 commit comments

Comments
 (0)