File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1511,7 +1511,7 @@ pub fn run_uv(ctx: &ExecutionContext) -> Result<()> {
15111511 //
15121512 // We run `uv self update` directly, and ignore an error if it outputs:
15131513 //
1514- // "error: uv was installed through an external package manager, and self-update is not available. Please use your package manager to update uv.\n"
1514+ // "error: uv was installed through an external package manager" [various continuations]
15151515 //
15161516 // or:
15171517 //
@@ -1524,7 +1524,7 @@ pub fn run_uv(ctx: &ExecutionContext) -> Result<()> {
15241524 // These two error messages can both occur, in different situations.
15251525
15261526 const ERROR_MSGS : [ & str ; 2 ] = [
1527- "uv was installed through an external package manager, and self-update is not available. Please use your package manager to update uv. " ,
1527+ "uv was installed through an external package manager" ,
15281528 "Self-update is only available for uv binaries installed via the standalone installation scripts." ,
15291529 ] ;
15301530
You can’t perform that action at this time.
0 commit comments