From 1a1d0ebde565f4da1cfde91428c80064be9b5721 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Mon, 18 Nov 2024 11:36:01 -0600 Subject: [PATCH] Fix typo --- just/.justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just/.justfile b/just/.justfile index 5900f03..aaf70c3 100644 --- a/just/.justfile +++ b/just/.justfile @@ -57,7 +57,7 @@ install-dust: rm -rf "$filename" "${filename}.tar.gz" go-tools: - go install golang.org/x/tools/gpls@latest + go install golang.org/x/tools/gopls@latest go install github.com/fatih/gomodifytags@latest go install github.com/cweill/gotests/...@latest go install github.com/x-motemen/gore/cmd/gore@latest