From 9613c0a9139cf84ac0afd59d6f2f8426baa0a2ab Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Thu, 10 Oct 2019 16:22:54 -0700 Subject: [PATCH] Fix typo in script Change-Id: I0013d1ca8c381eaf80026145f8c419732e0c61ce Signed-off-by: Luis Gomez --- karaf-scripts/src/main/assembly/bin/check_modules.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karaf-scripts/src/main/assembly/bin/check_modules.sh b/karaf-scripts/src/main/assembly/bin/check_modules.sh index 56b96e26..8740bc97 100755 --- a/karaf-scripts/src/main/assembly/bin/check_modules.sh +++ b/karaf-scripts/src/main/assembly/bin/check_modules.sh @@ -8,7 +8,7 @@ # # # This script checks the YANG modules collected by the extract_modules.sh -# scripti. The check is done by the pyang tool and an error text file is +# script. The check is done by the pyang tool and an error text file is # generated for every opendaylight project so proper actions can be taken # to fix the modules. # @@ -16,7 +16,7 @@ BIN_DIR=`dirname $0` OUTPUT="$BIN_DIR/../opendaylight-models" -# Exit if no yang module folder is found +# Exit if yang module folder is not found [ ! -d "$OUTPUT" ] && echo "ERROR: no modules found, run extract_module.sh first" && exit 1 # Assemble the pyang command options -- 2.36.6