Skip to content

Commit

Permalink
Merge pull request #2517 from AriaXLi/PUP-12031
Browse files Browse the repository at this point in the history
(PUP-12031) Update reference to puppet.gemspec instead of .gemspec
  • Loading branch information
joshcooper authored Apr 25, 2024
2 parents 3c39d36 + bf9ae59 commit 32e3e7c
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 32e3e7c

Please sign in to comment.