Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed indentation of sbt output
  • Loading branch information
jkutner committed Feb 24, 2015
1 parent 82661ff commit c266657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common.sh
Expand Up @@ -274,7 +274,7 @@ run_sbt()
-Dsbt.global.base=$home \
-Dsbt.log.noformat=true \
-no-colors -batch \
$tasks < /dev/null 2>&1 | sed -u 's/^/ /'
$tasks < /dev/null 2>&1 | indent

if [ "${PIPESTATUS[*]}" != "0 0" ]; then
error "Failed to run sbt!
Expand Down

0 comments on commit c266657

Please sign in to comment.