Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information