Skip to content

Commit

Permalink
Fixes #19496 - Add passenger-recycler to executables list
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapnil Abnave authored and iNecas committed Jan 8, 2018
1 parent 531e504 commit a658fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foreman_maintain.gemspec
Expand Up @@ -19,7 +19,7 @@ the Foreman/Satellite up and running."
'README.md'
]
s.require_paths = ['lib']
s.executables = ['foreman-maintain']
s.executables = ['foreman-maintain', 'passenger-recycler']

s.add_dependency 'clamp'
s.add_dependency 'highline'
Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_maintain/version.rb
@@ -1,3 +1,3 @@
module ForemanMaintain
VERSION = '0.1.1'.freeze
VERSION = '0.1.2'.freeze
end

0 comments on commit a658fdc

Please sign in to comment.