-
-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Labels
Description
If the git
command is unavailable I get:
Locked version 0.1.1 for PKG was not found in git: https://gitlab.com/X/PKG.git.
Instead of expected:
Error missing git command line tool. Please install Git first!
I guess
Line 421 in 02055f9
raise Error.new("Error missing git command line tool. Please install Git first!") |
shards/src/molinillo_solver.cr
Line 33 in 02055f9
rescue ex : Shards::Error |