File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ function pretty_print() {
275275
276276
277277# DESC: Only pretty_print() the provided string if verbose mode is enabled
278- # ARGS: $@ (required): Passed through to pretty_pretty () function
278+ # ARGS: $@ (required): Passed through to pretty_print () function
279279# OUTS: None
280280function verbose_print() {
281281 if [[ -n ${verbose-} ]]; then
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ function pretty_print() {
279279
280280
281281# DESC: Only pretty_print() the provided string if verbose mode is enabled
282- # ARGS: $@ (required): Passed through to pretty_pretty () function
282+ # ARGS: $@ (required): Passed through to pretty_print () function
283283# OUTS: None
284284function verbose_print() {
285285 if [[ -n ${verbose-} ]]; then
You can’t perform that action at this time.
0 commit comments