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

mrutkowski pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-utilities.git


The following commit(s) were added to refs/heads/master by this push:
     new 827cd21  Use ASF-Release.cfg if no explict --config arg is given (#54)
827cd21 is described below

commit 827cd218b4e29d72273bdb12c749de76a03dc4b6
Author: David Grove <[email protected]>
AuthorDate: Mon Mar 4 15:34:38 2019 -0500

    Use ASF-Release.cfg if no explict --config arg is given (#54)
---
 scancode/scanCode.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scancode/scanCode.py b/scancode/scanCode.py
index 30409ca..029bfad 100755
--- a/scancode/scanCode.py
+++ b/scancode/scanCode.py
@@ -92,7 +92,7 @@ MSG_DESCRIPTION = "Scans all source code under specified 
directory for " \
 # Default values for command line arguments
 DEFAULT_ROOT_DIR = "."
 DEFAULT_PROGRAM_PATH = "./"
-DEFAULT_CONFIG_FILE = "scanCode.cfg"
+DEFAULT_CONFIG_FILE = "ASF-Release.cfg"
 DEFAULT_LICENSE_SEARCH_SLACK = 500
 
 # Configuration file sections

Reply via email to