island: Remove errant space in manual run windows command

Fixes #1153
This commit is contained in:
Mike Salvatore 2021-05-10 11:32:45 -04:00
parent aa959c3879
commit b5c9828ddc
3 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Attempted to delete a directory when monkey config reset was called. #1054
- An errant space in the windows commands to run monkey manually. #1153
### Security
- Address minor issues discovered by Dlint. #1075