Skip to content

Commit

Permalink
Swallow stderr on bin/detect
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Apr 1, 2019
1 parent 4f49920 commit a6345c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/detect
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ set -eu
bp_dir="$(cd $(dirname $0)/..; pwd)" # absolute path
target_dir="${bp_dir}/target"

"${target_dir}/bin/detect" "$(pwd)"
"${target_dir}/bin/detect" "$(pwd)" > /dev/null 2>&1

exit $?

0 comments on commit a6345c9

Please sign in to comment.