Skip to content

Commit

Permalink
Sort the output of our "audit"
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Feb 17, 2016
1 parent 2478058 commit b531ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/tianon/debaudit.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ docker run -i --rm "\$image" sh -ec '
\$1 == "Inst" {
print \$2 " -- " \$3 " => " \$4
}
' | tee temp
' | sort | tee temp
echo; echo
Expand Down

0 comments on commit b531ccc

Please sign in to comment.