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 0508f69  Oops, typo
0508f69 is described below

commit 0508f69eb185fb08ad963747c0a66dc2b95dd875
Author: Sebb <[email protected]>
AuthorDate: Sat Jun 27 13:31:40 2020 +0100

    Oops, typo
---
 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 5ec8ce7..70213c7 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -478,7 +478,7 @@ module ASF
         pass = env.password.dup.untaint
         # checkout committers/board (this does not have many files currently)
         out, err = self.svn('checkout', [ciURL, tmpdir.untaint],
-          {args: '--quiet', depth: 'files'],
+          {args: '--quiet', depth: 'files',
            user: user, password: pass})
 
         raise Exception.new("Checkout of board folder failed: #{err}") unless 
out

Reply via email to