From c614e857f8a75115bc8f5f4ded6dea532c0c1886 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Thu, 16 Mar 2023 11:06:11 +0100 Subject: tools: Remove handling ruby subdir in module-updater The ruby subdirectory doesn't exist no more, we can stop skip it. --- tools/module-updater/main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/module-updater/main.go') diff --git a/tools/module-updater/main.go b/tools/module-updater/main.go index f2a51afc4..08da5da0b 100644 --- a/tools/module-updater/main.go +++ b/tools/module-updater/main.go @@ -26,7 +26,6 @@ var skipDirs = map[string]bool{ "danger": true, "doc": true, "proto/go/gitalypb": true, - "ruby": true, "scripts": true, "tools/protoc-gen-gitaly-lint/testdata": true, "unreleased": true, -- cgit v1.2.3