We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ac1da commit 771b4f4Copy full SHA for 771b4f4
1 file changed
scripts/package/update_all
@@ -32,7 +32,7 @@ platform::command_exists sdk && output::h2 '💥 SDKMAN' && sdkman::update_all
32
platform::command_exists tldr && output::h2 '📜 tldr database' && tldr --update >/dev/null 2>&1 && output::answer "Database updated"
33
34
#output::h2 "👽 Zim Framework" && zsh "$ZIM_HOME/zimfw.zsh" upgrade 2>&1 | log::file "Upgrading Zim" && zsh "$ZIM_HOME/zimfw.zsh" update 2>&1 | log::file "Updating Zim" && output::answer "Done"
35
-output::h2 "Antibody Framework" && antibody update 2>&1 | log::file "Updating Antibody" && output::answer "Done"
+output::h2 "Antidote Framework" && antidote update 2>&1 | log::file "Updating Antidote" && output::answer "Done"
36
37
output::h2 "🌚 dotly" && dot self update >/dev/null 2>&1 && output::answer "Done"
38
0 commit comments