pantheon-systems / autotag

Git repository version tagging tool
http://godoc.org/github.com/pantheon-systems/autotag
Apache License 2.0
192 stars 43 forks source link

fix for issue #50 #52

Closed kwilliams312 closed 3 years ago

kwilliams312 commented 3 years ago

Issue #50:

Took this route over checking error type return from upstream library due to generic return error.

Added a simple OS directory stat to validate the existence of gitRepoPath.

Tests performed:

joemiller commented 3 years ago

thank you @kwilliams312