try changing up quoting

pull/164/head
Aaron Trudeau 2022-01-27 01:55:33 -05:00
parent abfddf2b38
commit feb610ba6d
No known key found for this signature in database
GPG Key ID: 29F89A9BDAAF7BDE
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
jq \ jq \
--arg packageName "$PACKAGE_NAME" \ --arg packageName "$PACKAGE_NAME" \
--arg projectPath "$UNITY_PROJECT_PATH" \ --arg projectPath "$UNITY_PROJECT_PATH" \
".dependencies += {$packageName: (file:$projectPath)} | . += {testables: [$packageName]}" \ '.dependencies += {$packageName: ("file:$projectPath")} | . += {testables: [$packageName]}' \
> "$PACKAGE_MANIFEST_PATH" > "$PACKAGE_MANIFEST_PATH"
cat "$PACKAGE_MANIFEST_PATH" cat "$PACKAGE_MANIFEST_PATH"