fix bun message

This commit is contained in:
Lendemor 2025-02-03 22:44:29 +01:00
parent 8663dbcb97
commit aeb767d097

View File

@ -1294,7 +1294,7 @@ def validate_bun():
"""
bun_path = path_ops.get_bun_path()
if bun_path and bun_path.samefile(constants.Bun.DEFAULT_PATH):
if bun_path and not bun_path.samefile(constants.Bun.DEFAULT_PATH):
console.info(f"Using custom Bun path: {bun_path}")
bun_version = get_bun_version()
if not bun_version: