diff options
author | Lauris BH <lauris@nix.lv> | 2017-07-13 06:35:21 +0300 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-07-12 22:35:21 -0500 |
commit | 7d61834dc983d799acf9aea795b78c6285f363c3 (patch) | |
tree | 8c6895f5facc6564cb021272c6a933f39f537351 /vendor/code.gitea.io | |
parent | a739991b36c4ac8423d5791ee1c87606779eff5b (diff) | |
download | gitea-7d61834dc983d799acf9aea795b78c6285f363c3.tar.gz gitea-7d61834dc983d799acf9aea795b78c6285f363c3.zip |
Update code.gitea.io/git dependency (#2149)
Diffstat (limited to 'vendor/code.gitea.io')
-rw-r--r-- | vendor/code.gitea.io/git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/code.gitea.io/git/Makefile b/vendor/code.gitea.io/git/Makefile index e659a5968f..9aa6ebdcf5 100644 --- a/vendor/code.gitea.io/git/Makefile +++ b/vendor/code.gitea.io/git/Makefile @@ -18,7 +18,7 @@ generate: .PHONY: fmt fmt: - find . -name "*.go" -type f -not -path "./vendor/*" -not -path "./benchmark/*" | xargs gofmt -s -w + find . -name "*.go" -type f ! -path "./vendor/*" ! -path "./benchmark/*" | xargs gofmt -s -w .PHONY: vet vet: |