1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Bugfix: Write empty array value

When the value is `[]` set the value to empty array instead of `'[]'`.

Resolves: #21
This commit is contained in:
kenjones
2017-09-23 09:36:17 -04:00
parent 6980be3800
commit 499974c27e
3 changed files with 20 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ install: build
.PHONY: vendor
vendor: tmp/dev_image_id
${DOCKRUN} bash ./scripts/vendor.sh
@chmod 664 vendor/vendor.json
# ----------------------------------------------
# develop and test