Skip to content

Commit

Permalink
Merge pull request #149 from rosineygp/chore/output-fuser
Browse files Browse the repository at this point in the history
chore: suppress fuser output
  • Loading branch information
rosineygp committed Apr 29, 2021
2 parents c08658b + 6c23839 commit 706fb70
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 2>&1
exit_code="$?"
else
_pretty "orange" "fuser not found, try update header"
Expand Down

0 comments on commit 706fb70

Please sign in to comment.