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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new becc248  Handling the additional column in the CSV
becc248 is described below

commit becc248d503e1d9a31c604cf6be00ac5dfded55c
Author: Dan Klco <[email protected]>
AuthorDate: Wed Jun 6 15:38:12 2018 -0400

    Handling the additional column in the CSV
---
 gh-badge-script/add-badges.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gh-badge-script/add-badges.sh b/gh-badge-script/add-badges.sh
index 6c786d3..8eca3fc 100755
--- a/gh-badge-script/add-badges.sh
+++ b/gh-badge-script/add-badges.sh
@@ -39,7 +39,7 @@ function update_badges () {
     LINE="\n\n"
     prepend
     
-    while IFS=, read -r ID LOC GH CONTRIB TEST TOOL DEPRECATED FEATURE
+    while IFS=, read -r ID LOC GH CONTRIB TEST TOOL DEPRECATED FEATURE BASH
     do
         if [ "$ID" == "$REPO_NAME" ]; then
             if [ "$CONTRIB" == "Y" ]; then

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to