Skip to content

Commit 2206e90

Browse files
committed
Fix uninstall subcommand
1 parent 27447c3 commit 2206e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/connect-jamf-pro-to-smallstep.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ This step will install a script on your client devices that uninstalls the Small
232232
launchctl stop com.smallstep.launchd.Agent
233233
launchctl remove com.smallstep.launchd.Agent
234234

235-
/Applications/SmallstepAgent.app/Contents/MacOS/SmallstepAgent uninstall
235+
/Applications/SmallstepAgent.app/Contents/MacOS/SmallstepAgent svc uninstall
236236
rm -rf /Applications/SmallstepAgent.app
237237
if pkgutil --packages | grep -q com.smallstep.Agent; then
238238
pkgutil --forget com.smallstep.Agent

0 commit comments

Comments
 (0)