diff --git a/.drone.star b/.drone.star index 5e3ddf5310..83f8cc2b3f 100644 --- a/.drone.star +++ b/.drone.star @@ -1667,7 +1667,7 @@ def genericCache(name, action, mounts, cache_key): 'from_secret': 'cache_s3_endpoint' }, 'bucket': 'cache', - 'region': 'us-east-1', # not used at all, but failes if not given! + 'region': 'us-east-1', # not used at all, but fails if not given! 'path_style': 'true', 'cache_key': cache_key, 'rebuild': rebuild,