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 07e9712b Don't need to pass on any options
07e9712b is described below

commit 07e9712bb091fcc43aadb040718748fcf76b7bf4
Author: Sebb <[email protected]>
AuthorDate: Thu Apr 20 12:48:20 2023 +0100

    Don't need to pass on any options
---
 lib/whimsy/asf/svn.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 8ea17bd4..2c3da87c 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -799,7 +799,7 @@ module ASF
         throw RuntimeError.new("Failed to get revision for #{directory}: 
#{err}")
       end
       target = File.join(directory, filename)
-      return 1 if self.exist?(target, parentrev, env, options.reject {|k,v| k 
== :dryrun}) # need this to run!
+      return 1 if self.exist?(target, parentrev, env) # options not relevant 
here
       rc = nil
       Dir.mktmpdir do |tmpdir|
         if data.instance_of? Tempfile

Reply via email to