You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/06/04 12:08:38 UTC

[whimsy] branch master updated: Typo

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 8807dc8  Typo
8807dc8 is described below

commit 8807dc862d6f853dd87820b982bc8ba22cc16a6d
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jun 4 13:03:16 2020 +0100

    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 ba5170e..5496660 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -294,7 +294,7 @@ module ASF
         cmd += ['--username', user, '--password', password, '--no-auth-cache']
       end
 
-      # issue svn info command
+      # issue svn list command
       out, err, status = Open3.capture3(*cmd)
       if status.success?
         return out