Skip to content

Commit

Permalink
Fix incorrect topgrade config
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalp-khare committed Mar 15, 2023
1 parent 97a4829 commit 57b842f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .config/topgrade.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#disable = ["system", "emacs"]
disable = ["gem", "pipx", "node", "pip3", "gnome_shell_extensions", "vagrant", "ruby_gems", "tlmgr", "helm"]

# disable the new text at launch which speaks of a notify-send issue
display_preamble = false

# Ignore failures for these steps
#ignore_failures = ["powershell"]

Expand Down Expand Up @@ -83,5 +86,3 @@ disable = ["gem", "pipx", "node", "pip3", "gnome_shell_extensions", "vagrant", "
# manager such as Scoop to Cargo
#self_rename = true

# disable the new text at launch which speaks of a notify-send issue
display_preamble = false

0 comments on commit 57b842f

Please sign in to comment.