diff options
Diffstat (limited to 'lib/chef/knife/help.rb')
-rw-r--r-- | lib/chef/knife/help.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/help.rb b/lib/chef/knife/help.rb index e45b54eec8..075bf4b310 100644 --- a/lib/chef/knife/help.rb +++ b/lib/chef/knife/help.rb @@ -90,7 +90,7 @@ MOAR_HELP def find_manpage_path(topic) if ::File.exists?(::File.expand_path("../distro/common/man/man1/#{topic}.1", CHEF_ROOT)) # If we've provided the man page in the gem, give that - return ::File.expand_path("../distro/common/man/man1/#{topic}.1", CHEF_ROOT) + ::File.expand_path("../distro/common/man/man1/#{topic}.1", CHEF_ROOT) else # Otherwise, we'll just be using MANPATH topic |