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
You need to add -r, for example: cp -r $(go env GOBIN)/jcdriver ./jcdriver
This is telling the cp command to copy recursively, meaning it will copy all of the files from the folder you are copying.
When I run the second command cp $(go env GOBIN)/jcdriver ./jcdriver
I get this error cp: -r not specified; omitting directory '/jcdriver'
The text was updated successfully, but these errors were encountered: