From 64357a7787291f5560dee67a51ae5414a7bdab46 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Thu, 2 Jan 2020 15:28:12 -0800 Subject: [PATCH] check this --- dashboards.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboards.sh b/dashboards.sh index 164cb97..7b69a87 100755 --- a/dashboards.sh +++ b/dashboards.sh @@ -38,13 +38,13 @@ function check { found=0 [ "$file" != "README.md" ] || continue - isChanged "${WHERE}${DASHMAP[$i]}" + isChanged "$file" if [ "$?" = "1" ]; then - echo "Not changed: ${WHERE}${DASHMAP[$i]}" + echo "Not changed: $file" else - echo "Changed: ${WHERE}${DASHMAP[$i]}" + echo "Changed: $file" fi - + # Check for this file's existence in the DASHMAP variable. for i in ${!DASHMAP[@]}; do if [ "${DASHMAP[$i]}" = "$file" ]; then