try removing colon

This commit is contained in:
Aaron Trudeau
2022-01-27 02:10:35 -05:00
parent f53e41cd11
commit f8e2231c09

View File

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