Unverified Commit bc065e03 authored by John Jones's avatar John Jones
Browse files

fix typo

parent 72868479
......@@ -46,7 +46,7 @@ function activate_ccache {
# Now install ccache
local ccache_dir
if [ -n "$IS_ALPINE" ]; then
supress apk add ccache
suppress apk add ccache
ccache_dir='/usr/lib/ccache/bin'
else
if [[ $MB_ML_VER == "_2_24" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment