Skip to content

Commit b71447f

Browse files
authored
Merge pull request #1215 from puppetlabs/CONT-669-replace_bundle_show_command
(CONT-669) Use bundle info command
2 parents 334b92c + d2cd98b commit b71447f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pdk/util/changelog_generator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module ChangelogGenerator
99

1010
# Raises if the github_changelog_generator is not available
1111
def self.github_changelog_generator_available!
12-
check_command = PDK::CLI::Exec::InteractiveCommand.new(PDK::CLI::Exec.bundle_bin, 'show', 'github_changelog_generator')
12+
check_command = PDK::CLI::Exec::InteractiveCommand.new(PDK::CLI::Exec.bundle_bin, 'info', 'github_changelog_generator')
1313
check_command.context = :module
1414

1515
result = check_command.execute!

0 commit comments

Comments
 (0)