Skip to content

Commit

Permalink
Merge pull request #312 from akutz/fix/cloud-config-schema-type-names
Browse files Browse the repository at this point in the history
🐛 Fix generated CloudConfig type via Docker
  • Loading branch information
akutz authored Dec 18, 2023
2 parents f261a95 + 6246ebf commit e555c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/cloudinit/schema/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ifeq (docker,$(QUICKTYPE_METHOD))
$(CLOUD_CONFIG_GO): build-images-quicktype
docker run -it --rm \
-v $$(pwd):/output \
-v $$(pwd)/$(SCHEMA_CLOUD_CONFIG):/schema.json \
-v $$(pwd)/$(SCHEMA_CLOUD_CONFIG):/schema-cloud-config-v1.json \
$(QUICKTYPE_IMAGE)
$(GOIMPORTS) -w $@
else
Expand Down

0 comments on commit e555c8f

Please sign in to comment.