Skip to content

Commit

Permalink
Joined arg and value lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fadado committed Oct 11, 2016
1 parent 11996fd commit 4783e5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/jqt
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,7 @@ function render

jq "${JQ_PATH[@]}" \
'--raw-output' \
'--from-file' \
"$script" \
'--from-file' $script \
| sed -e 's/^[ \t]\+</</g;s/>[ \t]\+$/>/g' # minify HTML
}

Expand Down

0 comments on commit 4783e5a

Please sign in to comment.