cyberark / bash-lib

Library for bash utility methods and tools
Apache License 2.0
657 stars 24 forks source link

Fix error when not in git repo #50

Closed szh closed 1 year ago

szh commented 1 year ago

Desired Outcome

When using bash-lib outside of a git repository, the init script is failing when it tries to update any git submodules (which is intended to update bash-lib itself when being used as a submodule).

Implemented Changes

Connected Issue/Story

N/A

Changelog

Test coverage

Documentation

Behavior

Security