diff --git a/docs/infrastructure/adding-hosts-to-fleet.md b/docs/infrastructure/adding-hosts-to-fleet.md index f9d17c1c25..607eb7cbc2 100644 --- a/docs/infrastructure/adding-hosts-to-fleet.md +++ b/docs/infrastructure/adding-hosts-to-fleet.md @@ -46,7 +46,7 @@ To directly execute the launcher binary without having to mess with packages, in ``` ./build/launcher \ --hostname=fleet.acme.net:443 \ - --root_directory=/var/kolide-fleet \ + --root_directory=$(mktemp -d) \ --enroll_secret=32IeN3QLgckHUmMD3iW40kyLdNJcGzP5 ```