Skip to content

Commit

Permalink
fix verify-generated.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Feb 8, 2023
1 parent 296a69d commit af4b051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make-rules/verify-generated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ trap 'rm -rf ${tmpdir?}' EXIT
# generate and compare
OUT_FILE="${tmpdir}"/zz_generated_range_data.go
export OUT_FILE
./pkg/net/cidrs/aws/internal/ranges2go/run.sh
./pkg/net/cloudcidrs/internal/ranges2go/run.sh

if ! diff "${OUT_FILE}" ./pkg/net/cidrs/aws/zz_generated_range_data.go; then
>&2 echo ""
Expand Down

0 comments on commit af4b051

Please sign in to comment.