Skip to content

Commit

Permalink
(PUP-12031) Update reference to puppet.gemspec instead of .gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaXLi committed Apr 25, 2024
1 parent 3c39d36 commit bf9ae59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/puppet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
pkg.install_configfile("../indent_puppet.vim", "#{settings[:datadir]}/vim/puppet-vimfiles/indent/puppet.vim")
pkg.install_configfile("../syntax_puppet.vim", "#{settings[:datadir]}/vim/puppet-vimfiles/syntax/puppet.vim")

pkg.install_file ".gemspec", "#{settings[:gem_home]}/specifications/#{pkg.get_name}-#{pkg.get_version_forced}.gemspec"
pkg.install_file "puppet.gemspec", "#{settings[:gem_home]}/specifications/#{pkg.get_name}-#{pkg.get_version_forced}.gemspec"

if platform.is_windows?
# Install the appropriate .batch files to the INSTALLDIR/bin directory
Expand Down

0 comments on commit bf9ae59

Please sign in to comment.