Skip to content

Commit

Permalink
fixes issue npryce#145 on adr-help file
Browse files Browse the repository at this point in the history
removed pipe for correct semantic `command -v less|more`
  • Loading branch information
abnerrolim authored Sep 20, 2024
1 parent b3279ba commit 396cdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adr-help
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ eval "$($(dirname $0)/adr-config)"

pager="${ADR_PAGER:-${PAGER:-more}}"

("$adr_bin_dir/_adr_help" "$@") | $pager
("$adr_bin_dir/_adr_help" "$@") $pager

0 comments on commit 396cdf9

Please sign in to comment.