We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b27dd6 commit c9065cbCopy full SHA for c9065cb
run
@@ -52,7 +52,7 @@ function download-file() {
52
53
54
function update-cache() {
55
- if [[ "${MOBALA_SELF_UPDATE}" == 1 ]] ; then
+ if [[ "${MOBALA_CACHE_UPDATE}" == 1 ]] ; then
56
download-file "${MOBALA_LIB_FILE}" "${MOBALA_CACHE_LIB}"
57
download-file "${MOBALA_FILE}" "${MOBALA_CACHE_MAIN}"
58
fi
0 commit comments