Skip to content

Commit

Permalink
verbose: Replace '>' label with '#'
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed May 14, 2024
1 parent 38324bd commit 807bcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ $1${NL}"
# verbose information
verbose() {
[ "$EASYRSA_VERBOSE" ] || return 0
printf '%s\n' " > $*"
printf '%s\n' " # $*"
} # => verbose()

# non-fatal warning output
Expand Down

0 comments on commit 807bcec

Please sign in to comment.