steps/toolbx: Don't self-update and don't send notifications (#503)
steps/toolbx: Don't send notification after finishing execution in the toolbx step, and don't perform another self-update (because the application will already have done that).
This commit is contained in:
@@ -52,6 +52,8 @@ pub fn run_toolbx(ctx: &ExecutionContext) -> Result<()> {
|
|||||||
topgrade_path,
|
topgrade_path,
|
||||||
"--only",
|
"--only",
|
||||||
"system",
|
"system",
|
||||||
|
"--no-self-update",
|
||||||
|
"--skip-notify",
|
||||||
];
|
];
|
||||||
if ctx.config().yes(Step::Toolbx) {
|
if ctx.config().yes(Step::Toolbx) {
|
||||||
args.push("--yes");
|
args.push("--yes");
|
||||||
|
|||||||
Reference in New Issue
Block a user