Skip to content

Commit ca8ca7b

Browse files
committed
place help_command template with the other libs
1 parent 68067c0 commit ca8ca7b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/bashly/libraries/help.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def post_install_message
2929
private
3030

3131
def help_command
32-
asset_content('templates/help/help_command.sh') % { name: command.name }
32+
asset_content('templates/lib/help_command.sh') % { name: command.name }
3333
end
3434
end
3535
end

0 commit comments

Comments
 (0)