From 03046c76fc64e6f75e60e0f89b6b2c5d60c76316 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 24 Jan 2025 09:04:30 +0000 Subject: [PATCH] bundle: fix help spacing. --- cmd/bundle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bundle.rb b/cmd/bundle.rb index 0cf95c1d5..6b0dac156 100755 --- a/cmd/bundle.rb +++ b/cmd/bundle.rb @@ -78,7 +78,7 @@ class BundleCmd < AbstractCommand env: :bundle_no_upgrade, description: "`install` does not run `brew upgrade` on outdated dependencies. " \ "`check` does not check for outdated dependencies. " \ - "Note they may still be upgraded by `brew install` if needed." \ + "Note they may still be upgraded by `brew install` if needed. " \ "This is enabled by default if `HOMEBREW_BUNDLE_NO_UPGRADE` is set." switch "--upgrade", description: "`install` runs `brew upgrade` on outdated dependencies, " \