diff --git a/.all-contributorsrc b/.all-contributorsrc index c60cc7d662..c5d0ae4760 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1522,6 +1522,15 @@ "contributions": [ "bug" ] + }, + { + "login": "Ragnoroct", + "name": "Will Bender", + "avatar_url": "https://avatars.githubusercontent.com/u/19155205?v=4", + "profile": "https://github.com/Ragnoroct", + "contributions": [ + "bug" + ] } ], "repoType": "github", diff --git a/README.md b/README.md index 25e1d68fbe..7f77646274 100644 --- a/README.md +++ b/README.md @@ -228,32 +228,33 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Vladimir Shchur
Vladimir Shchur

🐛 + Will Bender
Will Bender

🐛 Yan Zhulanow
Yan Zhulanow

💻 Yigong Liu
Yigong Liu

🐛 🤔 Zach Bienenfeld
Zach Bienenfeld

🐛 ajnarang
ajnarang

🤔 aniljava
aniljava

💻 - arnogeurts-sqills
arnogeurts-sqills

🐛 💻 + arnogeurts-sqills
arnogeurts-sqills

🐛 💻 cn-cit
cn-cit

🐛 deccy-mcc
deccy-mcc

🐛 dependabot-preview[bot]
dependabot-preview[bot]

🐛 🚧 dependabot[bot]
dependabot[bot]

🚧 dheffx
dheffx

🐛 gregswdl
gregswdl

🐛 - guyroberts21
guyroberts21

📖 + guyroberts21
guyroberts21

📖 mattBrzezinski
mattBrzezinski

📖 mergify
mergify

🚧 mergify[bot]
mergify[bot]

🚧 nathannaveen
nathannaveen

🚧 seiyashima42
seiyashima42

🐛 💻 📖 sullis
sullis

💻 - vaneek
vaneek

🐛 + vaneek
vaneek

🐛 wendysophie
wendysophie

🐛 diff --git a/packages/@jsii/kernel/src/tar-cache/index.ts b/packages/@jsii/kernel/src/tar-cache/index.ts index 6ae97779cd..b1cf0f5319 100644 --- a/packages/@jsii/kernel/src/tar-cache/index.ts +++ b/packages/@jsii/kernel/src/tar-cache/index.ts @@ -24,7 +24,7 @@ export interface ExtractResult { } let packageCacheEnabled = - process.env.JSII_RUNTIME_PACKAGE_CACHE?.toLocaleUpperCase() === 'enabled'; + process.env.JSII_RUNTIME_PACKAGE_CACHE?.toLocaleLowerCase() === 'enabled'; /** * Extracts the content of a tarball, possibly caching it on disk.