Skip to content

Commit d8e2b75

Browse files
committed
Avoid single element arrays
1 parent 2d60d56 commit d8e2b75

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Casks/naisdevice-tenant.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@
99

1010
pkg "naisdevice-tenant.pkg"
1111

12-
uninstall pkgutil: [
13-
"io.nais.device",
14-
]
12+
uninstall pkgutil "io.nais.device"
1513
end

Casks/naisdevice.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@
99

1010
pkg "naisdevice.pkg"
1111

12-
uninstall pkgutil: [
13-
"io.nais.device",
14-
]
12+
uninstall pkgutil "io.nais.device"
1513
end

0 commit comments

Comments
 (0)