Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Nov 30, 2019
1 parent f3ada7b commit 76f8d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/chef-infra-client/recipes/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function main()
'CHEF-INFRA-CLIENT' \
"${CHEF_INFRA_CLIENT_DOWNLOAD_URL}" \
"${CHEF_INFRA_CLIENT_INSTALL_FOLDER_PATH}" \
'bin/chef-client, bin/chef-solo, bin/knife, bin/ohai' \
'bin/chef-apply, bin/chef-client, bin/chef-shell, bin/chef-solo, bin/knife, bin/ohai' \
'-v' \
'true'
}
Expand Down

0 comments on commit 76f8d0d

Please sign in to comment.