summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-06 10:38:04 +0300
committerPaul Buetow <paul@buetow.org>2025-09-06 10:38:04 +0300
commit970510243c2065f11691ca2fc7c723550be54328 (patch)
treed9a80d3690a756c9edcfe723e002b162e0102333
parent7798695919f1dd5d8b8a859b8b1119cd23bb52ff (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/update.fish5
1 files changed, 2 insertions, 3 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish
index 7392afe..b03f919 100644
--- a/dotfiles/fish/conf.d/update.fish
+++ b/dotfiles/fish/conf.d/update.fish
@@ -1,9 +1,8 @@
function update::tools
set pids
- // Cange
- echo "Installing/updating mage"
- go install github.com/magefile/mage@latest &
+ echo "Installing/updating gofumpt"
+ go install mvdan.cc/gofumpt@latest &
set -a pids $last_pid
echo "Installing/updating mage"