Browse Source

feat(git): Add hub

JIRA: master

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 2 năm trước cách đây
mục cha
commit
3e245f3c11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      cookbooks/workstation/recipes/_git.rb

+ 1 - 1
cookbooks/workstation/recipes/_git.rb

@@ -4,7 +4,7 @@
 #
 # Copyright:: 2022, The Authors, All Rights Reserved.
 
-include_recipe 'git'
+include_recipe %w{git hub}
 
 include_recipe 'workstation::_user'