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
Fixing the git add hardware config logic in case the user provides a
relative path. We're doing two things:
1. Failing loudly if we're in a git repo and the git add command
fails. At that point, we already know git is in $PATH. If the git add
fails, the evaluation will likely fail in a flake setting. Better fail
early with a helpful git error message.
2. We're resolving the hardware config path in the CLI parsing layer
to make sure this path has the meaning the user intented it to have.
0 commit comments