Skip to content

Commit a17b245

Browse files
fix
1 parent af97813 commit a17b245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ -z "$(echo "$CONFIG_JSON" | jq -r '.module.exports')" ]; then
5050
exit 1
5151
fi
5252

53-
TYPE=$(echo "$CONFIG_JSON" | jq -r '.module.exports.type')
53+
TYPE=$(echo "$CONFIG_JSON" | jq -r '.type')
5454
if [ -z "$TYPE" ]; then
5555
ERROR_MESSAGE=$(jq -r '.["run.sh"][] | select(.code=="0110") | .message' "$ERRORS_FILE")
5656
ERROR_CODE="0110"

0 commit comments

Comments
 (0)