You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2022/10/12 03:42:39 UTC

[camel-k] branch main updated: chore: gotestfmt is renamed to gotesttools/gotestfmt

This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 609e53c9d chore: gotestfmt is renamed to gotesttools/gotestfmt
609e53c9d is described below

commit 609e53c9d1db8759acbb29e7eb43f9c457ca6122
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Tue Oct 11 14:00:50 2022 +0900

    chore: gotestfmt is renamed to gotesttools/gotestfmt
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 475c39afc..89d4ebca5 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -220,7 +220,7 @@ endif
 
 gotestfmt-install:
 ifeq (, $(shell command -v gotestfmt 2> /dev/null))
-	go install github.com/haveyoudebuggedit/gotestfmt/v2/cmd/gotestfmt@latest
+	go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
 endif
 
 test: do-build