summaryrefslogtreecommitdiffstats
path: root/tasks/rake
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/rake')
-rw-r--r--tasks/rake/gem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/rake/gem.rake b/tasks/rake/gem.rake
index e37395231..ba9d8ab4d 100644
--- a/tasks/rake/gem.rake
+++ b/tasks/rake/gem.rake
@@ -25,7 +25,7 @@ spec = Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.name = 'puppet'
spec.files = GEM_FILES.to_a
- spec.executables = EXECUTABLES.gsub(/sbin|bin/, '').to_a
+ spec.executables = EXECUTABLES.gsub(/sbin\/|bin\//, '').to_a
spec.version = Puppet::PUPPETVERSION
spec.add_dependency('facter', '>= 1.5.1')
spec.summary = 'Puppet, an automated configuration management tool'