Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 14, 2019
1 parent 4c975b6 commit 12cd11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/nam/roles/macbook-pro.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function main()
sudo -u "${SUDO_USER}" "${appFolderPath}/../../../cookbooks/geo-ip/recipes/install.bash"
sudo -u "${SUDO_USER}" "${appFolderPath}/../../../cookbooks/htop/recipes/install.bash"
sudo -u "${SUDO_USER}" "${appFolderPath}/../../../cookbooks/nmap/recipes/install.bash"
sudo -u "${SUDO_USER}" "${appFolderPath}/../../../cookbooks/parallel/recipes/install.bash"
sudo -u "${SUDO_USER}" "${appFolderPath}/../../../cookbooks/shell-check/recipes/install.bash"
sudo -u "${SUDO_USER}" "${appFolderPath}/../../../cookbooks/tree/recipes/install.bash"
sudo -u "${SUDO_USER}" "${appFolderPath}/../../../cookbooks/wget/recipes/install.bash"
Expand All @@ -38,7 +39,6 @@ function main()
"${appFolderPath}/../../../cookbooks/jq/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/node-js/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/packer/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/parallel/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/terraform/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/test-ssl/recipes/install.bash"

Expand Down

0 comments on commit 12cd11e

Please sign in to comment.