Scripts docs: Fix typo (#14300)

- Fix incorrect flag
This commit is contained in:
Noah Talerman 2023-10-04 16:16:18 -04:00 committed by GitHub
parent a31e433776
commit a40db25281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ osascript -e 'tell application "Finder" to set desktop picture to POSIX file "'"
1. Run this fleetctl command:
```sh
fleetctl run-script --script_path=set-wallpaper-to-fleet.sh --host=hostname`
fleetctl run-script --script-path=set-wallpaper-to-fleet.sh --host=hostname
```
> Replace --host flag with your target host's hostname.