Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_support')
-rw-r--r--_support/makegen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_support/makegen.go b/_support/makegen.go
index 632b460f3..949fed8f3 100644
--- a/_support/makegen.go
+++ b/_support/makegen.go
@@ -364,7 +364,7 @@ notice: {{ .GoVendor }} clean-ruby-vendor-go
.PHONY: clean-ruby-vendor-go
clean-ruby-vendor-go:
- cd {{ .SourceDir }} && find ruby/vendor -type f -name '*.go' -delete
+ cd {{ .SourceDir }} && mkdir -p ruby/vendor && find ruby/vendor -type f -name '*.go' -delete
.PHONY: govendor-tagged
govendor-tagged: {{ .GoVendor }}