Skip to content

Commit 770453c

Browse files
committed
bug fixes
1 parent f86760d commit 770453c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash -e
2+
3+
function main()
4+
{
5+
source "$(dirname "${BASH_SOURCE[0]}")/../../../libraries/util.bash"
6+
7+
checkRequireMacSystem
8+
checkRequireRootUser
9+
10+
rm -f -r -v '/opt/chef-workstation'
11+
}
12+
13+
main "${@}"

roles/nam/roles/mac-cli-apps.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function main()
55
# Packages
66

77
local -r caskPackageNames=(
8-
'chef/chef/chefdk'
8+
'chef-workstation'
99
)
1010

1111
local -r packageNames=(

0 commit comments

Comments
 (0)