From 57076a47d39aece27ddd7dbaa3fdb717f0d3076d Mon Sep 17 00:00:00 2001
From: 6543 <6543@noreply.codeberg.org>
Date: Mon, 30 May 2022 23:55:37 +0200
Subject: [PATCH] Update 'Justfile'

---
 Justfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Justfile b/Justfile
index 8d31fa9..2c64574 100644
--- a/Justfile
+++ b/Justfile
@@ -17,7 +17,7 @@ lint: tool-golangci tool-gofumpt
 
 tool-golangci:
     @hash golangci-lint> /dev/null 2>&1; if [ $? -ne 0 ]; then \
-    ggo install github.com/golangci/golangci-lint/cmd/golangci-lint@latest; \
+    go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest; \
     fi
 
 tool-gofumpt: