fleet/changes/issue-6127-fleet-debug-windows
Roberto Dip 18de43f35b
fix fleetctl debug commands on Windows (#6186)
As reported in #6127, the `fleetctl debug` `archive` and `errors` commands were failing on Windows because filenames are not allowed to contain colons `:`.

This changeset removes colina from the filename of the archives generated by both commands.
2022-06-10 21:59:44 -03:00

1 line
73 B
Text

* Fixed the `fleetctl debug` `archive` and `errors` commands on Windows.