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 2017/12/13 19:56:35 UTC

[whimsy] branch master updated: Fix up header comment

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 42ac4aa  Fix up header comment
42ac4aa is described below

commit 42ac4aa79090ed94f0fa379d9ce04a3631827a6a
Author: Sebb <se...@apache.org>
AuthorDate: Wed Dec 13 19:56:26 2017 +0000

    Fix up header comment
---
 tools/ponyapi.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/ponyapi.rb b/tools/ponyapi.rb
index 8f85bed..5c1f696 100644
--- a/tools/ponyapi.rb
+++ b/tools/ponyapi.rb
@@ -1,8 +1,8 @@
 #!/usr/bin/env ruby
-<<~HEREDOC
-Pony down: utilities for downloading Ponymail APIs (stats.lua or mbox.lua)
-See also: https://ponymail.incubator.apache.org/docs/api
-HEREDOC
+
+# PonyAPI: utilities for downloading Ponymail APIs (stats.lua or mbox.lua)
+# See also: https://ponymail.incubator.apache.org/docs/api
+
 require 'json'
 require 'csv'
 require 'net/http'

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