You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/08/18 14:56:33 UTC

[whimsy] branch master updated: fix typo spotted by Sebb.

This is an automated email from the ASF dual-hosted git repository.

rubys 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 d8d9fb1  fix typo spotted by Sebb.
d8d9fb1 is described below

commit d8d9fb15d4b88a8b26384a6fc2192aff98890638
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Aug 18 10:56:15 2017 -0400

    fix typo spotted by Sebb.
---
 lib/whimsy/cache.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/cache.rb b/lib/whimsy/cache.rb
index 0ddbc9d..ef82f74 100644
--- a/lib/whimsy/cache.rb
+++ b/lib/whimsy/cache.rb
@@ -121,7 +121,7 @@ class Cache
   rescue Net::OpenTimeout
     # retry timeouts (essentially treat them as self redirects)
     raise if depth >= 5
-    fetch(uri.to_x, options, depth+1)
+    fetch(uri.to_s, options, depth+1)
   end
 
   # File cache contains last modified followed by the data

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].