Skip to content

Commit 00ada50

Browse files
JEFFLUFCmirskifa
authored andcommitted
Fix incorrect variable name
1 parent 5d88af4 commit 00ada50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-build-scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ get_archive_level() {
2626
level_path="${archive_level_cache_dir}/${archive_variable}.level"
2727

2828
if [[ ! -f "$level_path" ]]; then
29-
if [[ -z "${REPOSITORY_USER}" || -z "${REPOSITORY_CREDENTIALS}" ]]; then
29+
if [[ -z "${REPOSITORY_USER}" || -z "${REPOSITORY_CREDENTIAL}" ]]; then
3030
echo 'Skipping level lookup as repository credentials not set'
3131
return
3232
fi

0 commit comments

Comments
 (0)