瀏覽代碼

fix(git): Fix the '_git' recipe and add hub

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 2 年之前
父節點
當前提交
b47ebf06e2
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      cookbooks/workstation/recipes/_git.rb

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

@@ -4,7 +4,7 @@
 #
 # Copyright:: 2022, The Authors, All Rights Reserved.
 
-include_recipe %w{git hub}
+include_recipe 'git'
 
 include_recipe 'workstation::_user'
 
@@ -30,3 +30,5 @@ end
 directory node['workstation']['_git']['hooksPath'] do
   recursive true
 end
+
+package %w{hub}