INFRA: Update lint.sh to provide default project
[infra/cicd.git] / jjb / infra / lint.sh
index 6d4e060eb25d3949b04bec027b118e274aaec3ae..16201e4166277aca8f95a10ead6810d5cc745fb8 100644 (file)
@@ -5,11 +5,11 @@ set -o errexit
 set -o pipefail
 
 #-------------------------------------------------------------------------------
-# Various tests are run using tox such as jjbtest, yamllint, and shellehck.
+# Various tests are run using tox such as jjbtest, yamllint, and shellcheck.
 #-------------------------------------------------------------------------------
 run_tox() {
 
-  echo "Info  : Preparing to run tox for the repo $GERRIT_PROJECT"
+  echo "Info  : Preparing to run tox for the repo ${GERRIT_PROJECT:-project}"
 
   # set and export defaults
   LINT_TYPE="${LINT_TYPE:-jjbtest}"