You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason: Probably because you want to give information about the installed git environment in the verbose output.
Expected output: Do not require git to be actually installed until it is really needed.
Just show Not installed as the git environment state in the verbose output.
The script should only fail if git is really needed, in other words, if a module with a git background is defined in the Puppetfile
The text was updated successfully, but these errors were encountered:
Ran:
> librarian-puppet install --verbose
Got:
Seems: wrong.
Works with:
librarian-puppet install
.Reason: Probably because you want to give information about the installed git environment in the verbose output.
Expected output: Do not require
git
to be actually installed until it is really needed.Just show
Not installed
as the git environment state in the verbose output.The script should only fail if git is really needed, in other words, if a module with a git background is defined in the
Puppetfile
The text was updated successfully, but these errors were encountered: