From 7fd02dd8edcb0d477f12ebca600847e4161941c9 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Tue, 17 Dec 2024 18:34:14 -0500 Subject: [PATCH] remove outdated comment --- neonvm/hack/generate.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/neonvm/hack/generate.sh b/neonvm/hack/generate.sh index aceb7a6ea..293095e2f 100755 --- a/neonvm/hack/generate.sh +++ b/neonvm/hack/generate.sh @@ -11,11 +11,6 @@ source "$CODEGEN_PATH" # Required to allow git worktrees with non-root ownership on the host to work. git config --global --add safe.directory "$GOPATH/src/github.com/neondatabase/autoscaling" -# note: generation requires that "${output_base}/${input_pkg_root}" is valid, and *generally* the -# way to do that is that it's the same directory. -# The only way for that to be true is if $output_base is equal to "$GOPATH/src", which we make -# possible by the way we mount the repo from the host. - echo "Running gen_helpers ..." kube::codegen::gen_helpers \ --boilerplate neonvm/hack/boilerplate.go.txt \