Skip to content

Commit

Permalink
chore: suppress fuser output
Browse files Browse the repository at this point in the history
  • Loading branch information
rosineygp authored Apr 29, 2021
1 parent c08658b commit 6c23839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mkdkr
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ _header() {

local exit_code="1"
if [[ -x "$(command -v fuser)" ]]; then
fuser "${include}" >&2
fuser "${include}" &> /dev/null
exit_code="$?"
else
_pretty "orange" "fuser not found, try update header"
Expand Down

0 comments on commit 6c23839

Please sign in to comment.