From 474ced81be874bdc39dde8c18ae657d756f8784f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 18 Mar 2022 00:36:24 -0700 Subject: refactor: update organization name --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d3f57a6..d358933 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ fmt: - go fmt github.com/fuwn/capybara... + go fmt github.com/gemrest/capybara... run: fmt - go run github.com/fuwn/capybara + go run github.com/gemrest/capybara build: fmt go build -- cgit v1.2.3