diff options
| author | Fuwn <[email protected]> | 2022-03-18 00:36:24 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-18 00:36:24 -0700 |
| commit | 474ced81be874bdc39dde8c18ae657d756f8784f (patch) | |
| tree | 6d60472b3883b6c82eecff7aacb36e76867b1914 /Makefile | |
| parent | fix(make): remove validate dep (diff) | |
| download | capybara-474ced81be874bdc39dde8c18ae657d756f8784f.tar.xz capybara-474ced81be874bdc39dde8c18ae657d756f8784f.zip | |
refactor: update organization name
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |