aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-18 00:36:24 +0000
committerFuwn <[email protected]>2022-03-18 00:36:24 +0000
commit7c8b53e810df81e1d4eb86d63cabf4d878c3b4b3 (patch)
tree6d60472b3883b6c82eecff7aacb36e76867b1914 /Makefile
parentfix(make): remove validate dep (diff)
downloadcapybara-7c8b53e810df81e1d4eb86d63cabf4d878c3b4b3.tar.xz
capybara-7c8b53e810df81e1d4eb86d63cabf4d878c3b4b3.zip
refactor: update organization name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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