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 2022/04/22 12:18:10 UTC

[whimsy] branch master updated: Want path in usual place

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 ee36214d Want path in usual place
ee36214d is described below

commit ee36214d2b105e52a910bc320b73c7c48c677fdf
Author: Sebb <se...@apache.org>
AuthorDate: Fri Apr 22 13:18:04 2022 +0100

    Want path in usual place
---
 tools/pubsub2rake.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/pubsub2rake.rb b/tools/pubsub2rake.rb
index df375b49..8f4b1559 100755
--- a/tools/pubsub2rake.rb
+++ b/tools/pubsub2rake.rb
@@ -162,7 +162,7 @@ if $0 == __FILE__
         log = event['commit']['log'].sub(/\n.*/, '') # keep only first line
         id = event['commit']['id']
         puts ""
-        puts stamp id, 'DBG', path, log
+        puts stamp id, path, 'DBG', log
       end
     end # possible match
   end