From 00ada50f06ab8e482f04c7e4c812b0cf6b5b59e6 Mon Sep 17 00:00:00 2001 From: Tom Jefferson Date: Thu, 13 Jan 2022 17:26:46 +0000 Subject: [PATCH] Fix incorrect variable name --- travis-build-scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-build-scripts/build.sh b/travis-build-scripts/build.sh index df3723e..df7c37d 100755 --- a/travis-build-scripts/build.sh +++ b/travis-build-scripts/build.sh @@ -26,7 +26,7 @@ get_archive_level() { level_path="${archive_level_cache_dir}/${archive_variable}.level" if [[ ! -f "$level_path" ]]; then - if [[ -z "${REPOSITORY_USER}" || -z "${REPOSITORY_CREDENTIALS}" ]]; then + if [[ -z "${REPOSITORY_USER}" || -z "${REPOSITORY_CREDENTIAL}" ]]; then echo 'Skipping level lookup as repository credentials not set' return fi