We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb6e145 + ae4a434 commit 0a26271Copy full SHA for 0a26271
configs/components/puppet.rb
@@ -177,7 +177,7 @@
177
pkg.install_configfile("../indent_puppet.vim", "#{settings[:datadir]}/vim/puppet-vimfiles/indent/puppet.vim")
178
pkg.install_configfile("../syntax_puppet.vim", "#{settings[:datadir]}/vim/puppet-vimfiles/syntax/puppet.vim")
179
180
- pkg.install_file "puppet.gemspec", "#{settings[:gem_home]}/specifications/#{pkg.get_name}-#{pkg.get_version_forced}.gemspec"
+ pkg.install_file "openvox.gemspec", "#{settings[:gem_home]}/specifications/#{pkg.get_name}-#{pkg.get_version_forced}.gemspec"
181
182
if platform.is_windows?
183
# Install the appropriate .batch files to the INSTALLDIR/bin directory
0 commit comments