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
Auto merge of #2051 - bruceadams:absolute-file-url, r=smarnach
Use absolute path for GIT_REPO_URL file:// URL
file:// URLs do not support relative paths. This change uses $PWD to make an absolute path based on where the user is running Crates on their local machine.
This fixes issue #2030
0 commit comments