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/05 16:21:23 UTC

[whimsy] 01/02: Seems OK

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

commit fa34e86d9b92e2dbcf085f1fd7ddfdd56ebeaee6
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jun 5 17:17:40 2020 +0100

    Seems OK
---
 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 bf3c215..459be5a 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -310,7 +310,7 @@ module ASF
         # password was supplied, add credentials
       if password
         cmd += ['--username', user, '--no-auth-cache']
-        if ASF::Config[:password_from_stdin] # TODO: better way to check this?
+        if self.passwordStdinOK?()
           open_opts[:stdin_data] = password
           cmd << '--password-from-stdin'
         else