aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/vcs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/vcs.rb b/tool/vcs.rb
index 00f408612a..296703c1dc 100644
--- a/tool/vcs.rb
+++ b/tool/vcs.rb
@@ -421,7 +421,7 @@ class VCS
end
def after_export(dir)
- FileUtils.rm_rf("#{dir}/.git")
+ FileUtils.rm_rf(Dir.glob("#{dir}/.git*"))
end
def export_changelog(url, from, to, path)