From fd2a96af5aac5ee06f90c125260bbaa6e7e93936 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 4 Dec 2020 07:32:33 +0545 Subject: [PATCH] Fix typo in comment in .drone.star --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,