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: add check that git is installed to install.sh #360

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

smeghead
Copy link
Contributor

📚 Description

Fixes #359

🔖 Changes

  • Add check that git is installed to install.sh

The first place to use the git command in install.sh was the get_latest_tag function.
Before calling get_latest_tag, a check had to be made.

✅ To-do list

  • I updated the CHANGELOG.md to reflect the new feature or fix

@Chemaclass Chemaclass merged commit af81768 into TypedDevs:main Oct 11, 2024
11 checks passed
@smeghead smeghead deleted the fix/issue-359 branch October 12, 2024 11:25
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.

Install process does not stop when installing without git command
2 participants