Skip to content

Commit

Permalink
revert: "fix: disable topgrade git extension" (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 26, 2024
1 parent 59f6ac9 commit 29ef97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/share/ublue-os/topgrade.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[misc]
no_self_update = true
disable = ["containers", "git", "helm", "self_update", "toolbx"]
ignore_failures = ["brew_cask", "brew_formula", "distrobox", "firmware", "flatpak", "home_manager", "nix", "node", "pip3"]
disable = ["self_update", "toolbx", "containers", "helm"]
ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "node", "pip3", "home_manager", "firmware"]
assume_yes = true
no_retry = false

Expand Down

0 comments on commit 29ef97b

Please sign in to comment.