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

build.rs create hooks dir if not exists #283

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

sneivandt
Copy link
Contributor

build.rs should create the .git/hooks directory if it does not exist, to address the following error when attempting to copy the hooks.

error: failed to run custom build command for `regorus v0.2.1 (C:\Source\regorus)`

Caused by:
  process didn't exit successfully: `C:\Source\regorus\target\debug\build\regorus-1728766aaa50ee3c\build-script-build` (exit code: 1)
  --- stderr
  Error: The system cannot find the path specified. (os error 3)

Copy link
Collaborator

@anakrish anakrish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks for the contribution @sneivandt

@anakrish anakrish merged commit 6e1f8cd into microsoft:main Jul 21, 2024
16 checks passed
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.

2 participants