diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-06 10:38:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-06 10:38:04 +0300 |
| commit | 970510243c2065f11691ca2fc7c723550be54328 (patch) | |
| tree | d9a80d3690a756c9edcfe723e002b162e0102333 | |
| parent | 7798695919f1dd5d8b8a859b8b1119cd23bb52ff (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 5 |
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" |
