Skip to content

Commit 50d2836

Browse files
committed
Fix bug resulting in a colored output despite using the --app flag
1 parent b8477e8 commit 50d2836

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.8
1+
0.9.9

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ if [[ "$*" =~ --json || "$*" =~ --app ]]; then
176176

177177
# if using --app, the json output fits on a single line
178178
if [[ "$*" == *"--app"* ]]; then
179-
echo "$JSON" | jq -c
179+
echo "$JSON" | jq -cM
180180
else
181181
echo "$JSON" | jq
182182
fi

0 commit comments

Comments
 (0)