Skip to content

Commit

Permalink
Add missing chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed May 5, 2024
1 parent 5d1519f commit bd96105
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/code-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ GO111MODULE=on "$GO" install \
# Ensure proper package tags are in place (See: https://pkg.go.dev/k8s.io/code-generator/cmd/deepcopy-gen)
printf "Running code generators...\n"

chmod +x "$GOPATH"/pkg/mod/k8s.io/[email protected]/kube_codegen.sh

# Use generate-groups.sh helper script to run all code generators
"$GOPATH"/pkg/mod/k8s.io/[email protected]/kube_codegen.sh all \
github.com/janekbaraniewski/kubeserial/pkg/generated \
Expand Down

0 comments on commit bd96105

Please sign in to comment.