awslabs / green-boost

Build Full Stack Cloud Native Web Apps on AWS Fast
https://awslabs.github.io/green-boost/
Apache License 2.0
71 stars 8 forks source link

fix(gboost) resolves #234 git check fail due to -v vs --version #235

Closed firxworx closed 1 year ago

firxworx commented 1 year ago

Issue #, if available:

https://github.com/awslabs/green-boost/issues/234

Description of changes:

Trivially change git -v to git --version check to work reliably across different versions of git.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 21f87f6e305b41891af18f804b09df5caa242491

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------ | ----- | | gboost | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

bestickley commented 1 year ago

Thanks, @firxworx! Could you add a changeset? I'd do it but want to give you credit for the fix. You can run pnpm changeset in the root of the repo and follow the prompts.