We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 334b92c + d2cd98b commit b71447fCopy full SHA for b71447f
lib/pdk/util/changelog_generator.rb
@@ -9,7 +9,7 @@ module ChangelogGenerator
9
10
# Raises if the github_changelog_generator is not available
11
def self.github_changelog_generator_available!
12
- check_command = PDK::CLI::Exec::InteractiveCommand.new(PDK::CLI::Exec.bundle_bin, 'show', 'github_changelog_generator')
+ check_command = PDK::CLI::Exec::InteractiveCommand.new(PDK::CLI::Exec.bundle_bin, 'info', 'github_changelog_generator')
13
check_command.context = :module
14
15
result = check_command.execute!
0 commit comments