From a044e229cf0efdd08b4f091cdec0280fcd7d7d52 Mon Sep 17 00:00:00 2001 From: Noah Talerman Date: Mon, 28 Oct 2024 12:06:24 -0400 Subject: [PATCH] Spell fix --- docs/Configuration/yaml-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration/yaml-files.md b/docs/Configuration/yaml-files.md index 00ae32ecf5e7..9cedaa62d1d1 100644 --- a/docs/Configuration/yaml-files.md +++ b/docs/Configuration/yaml-files.md @@ -316,7 +316,7 @@ software: - `url` specifies the URL at which the software is located. Fleet will download the software and upload it to S3 (default: `""`). - `install_script.path` specifies the command Fleet will run on hosts to install software. The [default script](https://github.com/fleetdm/fleet/tree/main/pkg/file/scripts) is dependent on the software type (i.e. .pkg). - `pre_install_query.path` is the osquery query Fleet runs before installing the software. Software will be installed only if the [query returns results](https://fleetdm.com/tables/account_policy_data) (default: `""`). -- `post_install_script.path` is the script Fleet will run on hosts after intalling software (default: `""`). +- `post_install_script.path` is the script Fleet will run on hosts after installing software (default: `""`). - `self_service` specifies whether or not end users can install from **Fleet Desktop > Self-service**. #### Example