Skip to content

Commit

Permalink
Merge pull request #62 from madmax983/develop
Browse files Browse the repository at this point in the history
Release
madmax983 authored May 3, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 1b6dd52 + ee7eb35 commit 48b0824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ RESULT_JSON=`sfdx force:data:soql:query -u devhub -t -q "SELECT Dependencies FRO

# Parse the json string using python to test whether the result json contains a list of ids or not.

DEPENDENCIES=`echo $RESULT_JSON | jq -r '.result.records[0].Dependencies.ids | map_values(.subscriberPackageVersionId) | @sh'`
DEPENDENCIES=`echo $RESULT_JSON | jq -r '.result.records[0].Dependencies.ids | map_values(.subscriberPackageVersionId) | @sh' | tr -d \'`


# If the parsed dependencies is None, the package has no dependencies. Otherwise, parse the result into a list of ids.

0 comments on commit 48b0824

Please sign in to comment.