From f4c6c8e534e22406813bed6bf3fe1d26951b0e5c Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Thu, 7 Oct 2021 23:43:02 +0900 Subject: [PATCH] Update 00-Learn-how-to-use-Fleet.md (#2393) Update to enroll device command to remove line-break. --- docs/01-Using-Fleet/00-Learn-how-to-use-Fleet.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/01-Using-Fleet/00-Learn-how-to-use-Fleet.md b/docs/01-Using-Fleet/00-Learn-how-to-use-Fleet.md index 5db5d381ff..f3b5d20a52 100644 --- a/docs/01-Using-Fleet/00-Learn-how-to-use-Fleet.md +++ b/docs/01-Using-Fleet/00-Learn-how-to-use-Fleet.md @@ -93,8 +93,7 @@ To add your own device to Fleet, you'll first need to install the osquery agent. 2. With [fleetctl preview](http://fleetdm.com/get-started) still running, run the following command (remembering to swap ```YOUR_FLEET_ENROLL_SECRET_HERE``` for the one you copied in the previous step): ``` - fleetctl package --type=pkg --fleet-url=https://localhost:8412 - --enroll-secret=YOUR_FLEET_ENROLL_SECRET_HERE + fleetctl package --type=pkg --fleet-url=https://localhost:8412 --enroll-secret=YOUR_FLEET_ENROLL_SECRET_HERE ``` > If you'd like to build a Windows package, set `--type=msi` in the above command. If you'd like to build a Linux package, set `--type=deb` (Debian, Ubuntu, etc.) or `--type=rpm` (RHEL, CentOS, etc.) in the above command.