Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: incorrect bash path in generated .cmd files #15

Merged
merged 1 commit into from
Jun 2, 2024
Merged

fix: incorrect bash path in generated .cmd files #15

merged 1 commit into from
Jun 2, 2024

Conversation

sigoden
Copy link
Owner

@sigoden sigoden commented Jun 2, 2024

The bash path is incorrect, so when I run the command script, it throws an error.

C:\w\llm-functions\cmd\cmd.sh: line 19: cygpath: command not found

This pr fixs this bug.

-- "C:\Program Files\Git\usr\bin\bash.exe"
++ "C:\Program Files\Git\bin\bash.exe"

@sigoden sigoden merged commit 7e3f470 into main Jun 2, 2024
3 checks passed
@sigoden sigoden deleted the fix branch June 2, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant