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
"{} cannot find command {}. Please ensure that {} is available on your {}.",
252
+
note_prefix(),
253
+
shim_name,
254
+
home.shim_dir().display(),
255
+
PATH_VAR_NAME,
256
+
);
257
+
return;
258
+
}
259
+
};
260
+
if resolved != shim {
261
+
info!("{} {} is shadowed by another binary of the same name at {}. To ensure your commands work as expected, please move {} to the start of your {}.", note_prefix(), shim_name, resolved.display(), home.shim_dir().display(),PATH_VAR_NAME);
0 commit comments