Skip to content

Commit

Permalink
Minor: Fix length of guide comment for breaking lines in message
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed May 10, 2024
1 parent 5f75903 commit 3a6b242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def self.pkg_config_missing?(command: $PKGCONFIG) # rubocop:disable Style/Global

# Validation for this check is done in extconf.rb because it relies on mkmf
PKG_CONFIG_IS_MISSING = explain_issue(
# +-----------------------------------------------------------------------------+
# ----------------------------------------------------------------------------+
'the `pkg-config` system tool is missing.',
'This issue can usually be fixed by installing one of the following:',
'the `pkg-config` package on Homebrew and Debian/Ubuntu-based Linux;',
Expand Down

0 comments on commit 3a6b242

Please sign in to comment.