This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8456d5fd Only do it if necessary
8456d5fd is described below

commit 8456d5fde3e5f0178eba025bfd8fc0c56814a901
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 10 14:35:39 2024 +0000

    Only do it if necessary
---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index b2873f57..872dea92 100644
--- a/Rakefile
+++ b/Rakefile
@@ -307,7 +307,7 @@ namespace :git do
     # clone/pull git repositories
     git = ASF::Config.get(:git)
     if git.instance_of? String and git.end_with? '/*'
-      mkdir_p File.dirname(git)
+      mkdir_p? File.dirname(git)
       Dir.chdir File.dirname(git) do
         require 'uri'
         base = URI.parse('git://git.apache.org/')

Reply via email to