From 17765a74518f720b3a5a90adaa0dfad1f5cfaf76 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 11 Apr 2024 16:23:17 +0900 Subject: all: Typo fixes --- helpers/path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers') diff --git a/helpers/path.go b/helpers/path.go index 4a6c9a688..ba95be605 100644 --- a/helpers/path.go +++ b/helpers/path.go @@ -374,7 +374,7 @@ func cacheDirDefault(cacheDir string) string { // Turns out that Cloudflare also sets NETLIFY=true in its build environment, // but all of these 3 should not give any false positives. if os.Getenv("NETLIFY") == "true" && os.Getenv("PULL_REQUEST") != "" && os.Getenv("DEPLOY_PRIME_URL") != "" { - // Netlify's cache behaviour is not documented, the currently best example + // Netlify's cache behavior is not documented, the currently best example // is this project: // https://github.com/philhawksworth/content-shards/blob/master/gulpfile.js return "/opt/build/cache/hugo_cache/" -- cgit v1.2.3