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 11de3e6 Typo
11de3e6 is described below
commit 11de3e6c69a902ebc85ccaf59fcfade33e9c574c
Author: Sebb <[email protected]>
AuthorDate: Sun Jun 28 20:52:10 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 c5b049c..747f19b 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -417,7 +417,7 @@ module ASF
if auth
# override any other auth
[:env, :user, :password].each do |k|
- options.delete[k]
+ options.delete(k)
end
end