-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Enable
finch support-bundle generate
to execute on Windows whe… (
#976) …re the `uname` command does not exist On Windows environments where the `uname` command is not available, executing `finch support-bundle generate` results in the following error: ``` C:\Users\simpl>"..\..\Program Files\Finch\bin\finch.exe" support-bundle generate time="2024-06-11T23:21:16+09:00" level=info msg="Generating support bundle..." time="2024-06-11T23:21:16+09:00" level=fatal msg="exec: \"uname\": executable file not found in %PATH%" ``` This bug has been reported in the following issue: - #897 Therefore, this fix enables the execution of `finch support-bundle generate` even when the `uname` command is not available on Windows. Issue #, if available: #897 *Description of changes:* The details are described in this commit message. *Testing done:* Yes - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Hayato Kiwata <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters