From 89b34f1acdb1347e7b9e03c43a2bffd9ea660765 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 5 Aug 2022 18:06:34 +0200 Subject: [PATCH] topgrade disable mas --- dot_config/topgrade.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/topgrade.toml b/dot_config/topgrade.toml index 84764c8..2e49afd 100644 --- a/dot_config/topgrade.toml +++ b/dot_config/topgrade.toml @@ -2,7 +2,7 @@ #assume_yes = true # Disable specific steps - same options as the command line flag -disable = ["containers", "gem", "vim", "tlmgr"] +disable = ["containers", "gem", "vim", "tlmgr", "mas"] # Ignore failures for these steps #ignore_failures = ["powershell"]