mirror of
https://github.com/Installomator/Installomator.git
synced 2026-03-08 03:22:12 +00:00
The getJSONValue function is unable to find keys with hyphen in the key name #265
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kryptonit1 on GitHub.
I'm trying to create a label that uses the getJSONValue function and the function seems to be unable to find keys that has a hyphen in the key name.
Command:
getJSONValue "$(curl -fs "https://updates.signiant.com/signiant_app/signiant-app-info-mac.json")" "signiant-app.osx.file"Result:
The getJSONValue function seems to ignore
signiant-in the key path (signiant-app.osx.file).The updated function in PR #912 does not seem to have this problem.