Skip to content

Commit

Permalink
fix(codegen): move shell check annotation.
Browse files Browse the repository at this point in the history
Signed-off-by: Electronic-Waste <[email protected]>
  • Loading branch information
Electronic-Waste committed Dec 9, 2024
1 parent 146148c commit 5c48e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ CODEGEN_PKG=$(go list -m -mod=readonly -f "{{.Dir}}" k8s.io/code-generator)

cd "$CURRENT_DIR/.."

# shellcheck source=/dev/null
echo "${CODEGEN_PKG}"
# shellcheck source=/dev/null
source "${CODEGEN_PKG}/kube_codegen.sh"

echo "Generating conversion and defaults functions for config.kubeflow.org ..."
Expand Down

0 comments on commit 5c48e4b

Please sign in to comment.