-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Pass correct variable for lscpu command to work #280
Conversation
* The exec.Command() function was being passed an incorrect argument instead of the actual command to be executed
✅ Deploy Preview for agent-public-docs canceled.
|
Can you run |
Apologies for not mentioning that earlier. |
|
* commit vendor files updated following a make deps
Done, indeed there was a change, something made me think it was a manual change of mine. |
I running |
Yeah don't worry about the flaking unit test. We are tracking fixing that: #259 |
Proposed changes
exec.Command()
function was being passed an incorrect argument instead of the actual command to be executedgo test
from withinsrc/core
Checklist
Before creating a PR, run through this checklist and mark each as complete.
CONTRIBUTING
documentmake install-tools
and have attached any dependency changes to this pull requestREADME.md
)