瀏覽代碼

fix(packages): Fix the package recipe

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

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

@@ -24,7 +24,7 @@ include_recipe 'workstation::_git'
 include_recipe 'workstation::_genie'
 
 # Add defaut packages
-include_recipe 'workstation::_apt'
+include_recipe 'workstation::_packages'
 
 # END: Setup etckeeper
 include_recipe 'etckeeper'