summaryrefslogtreecommitdiffstats
path: root/vendor/code.gitea.io
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2017-07-13 06:35:21 +0300
committerBo-Yi Wu <appleboy.tw@gmail.com>2017-07-12 22:35:21 -0500
commit7d61834dc983d799acf9aea795b78c6285f363c3 (patch)
tree8c6895f5facc6564cb021272c6a933f39f537351 /vendor/code.gitea.io
parenta739991b36c4ac8423d5791ee1c87606779eff5b (diff)
downloadgitea-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/Makefile2
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: