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/07/27 22:18:12 UTC

[whimsy] branch master updated: Tidy output

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 5a00b99  Tidy output
5a00b99 is described below

commit 5a00b999726106b054a9100a8903309e1e79ba15
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jul 27 23:18:03 2020 +0100

    Tidy output
---
 tools/pubsub2rake.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/pubsub2rake.rb b/tools/pubsub2rake.rb
index f39cdce..cd3329c 100755
--- a/tools/pubsub2rake.rb
+++ b/tools/pubsub2rake.rb
@@ -165,7 +165,7 @@ if $0 == __FILE__
   end
 
   if pubsub_URL == 'WATCH' # dump keys for use in constructing URL
-    p WATCH.keys
+    WATCH.keys.sort.each {|k| puts k}
     exit
   end