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
If the destination directory does not exist (ex. ˜/.bin) the make copy command doesn't create the destination directory by default giving the following error:
cp ./terraform-lsp ~/.bin/ && cp ./terraform-lsp ~/
cp: directory ˜/.bin does not exist
make: *** [copy] Error 1
The text was updated successfully, but these errors were encountered:
If the destination directory does not exist (ex.
˜/.bin
) themake copy
command doesn't create the destination directory by default giving the following error:The text was updated successfully, but these errors were encountered: