ソースを参照

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'