You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2020/06/10 01:18:49 UTC

[cordova-contribute] 09/11: remove trailing spaces from github-templates.md

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

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit 67aa2e6aec9a16ae1c388c5f28407df5f870a5ff
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:16:39 2020 -0400

    remove trailing spaces from github-templates.md
---
 github-templates.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/github-templates.md b/github-templates.md
index ba0a323..fca955b 100644
--- a/github-templates.md
+++ b/github-templates.md
@@ -62,7 +62,7 @@ Distributing these templates manually would take quite some time. For that reaso
     folders = Dir.glob('*').select {|f| File.directory? f}
     @source = "../cordova-contribute/.github"
     require 'fileutils'
-    folders.each do |folder| 
+    folders.each do |folder|
         FileUtils.copy_entry @source, "#{folder}/.github"
         Dir.chdir(folder)
         `git add .github`
@@ -73,4 +73,4 @@ Distributing these templates manually would take quite some time. For that reaso
     ```
     This gets all folders, iterates through them and copies the templates from `../cordova-contribute/.github` to `.github` in each folder, then adds the new files via git and commits and pushes the changes.
 1. Execute the script with `ruby run.rb` and wait until it is finished.
-1. Manually confirm that everything went well.
\ No newline at end of file
+1. Manually confirm that everything went well.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org