No need for patched self_upgrade
This commit is contained in:
@@ -28,7 +28,7 @@ pub fn self_update() -> Result<(), Error> {
|
||||
.no_confirm(true)
|
||||
.build()
|
||||
})
|
||||
.and_then(|u| u.update2())
|
||||
.and_then(|u| u.update_extended())
|
||||
.context(ErrorKind::SelfUpdate)?;
|
||||
|
||||
if let GitHubUpdateStatus::Updated(release) = &result {
|
||||
|
||||
Reference in New Issue
Block a user