Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
@@ -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}