mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
fix(install.js): fix mistyped. cached -> cache
This commit is contained in:
@@ -46,7 +46,7 @@ export async function cloneRepo(lang, name) {
|
||||
path.join(os.homedir(), '.degit/github/sern-handler/templates')
|
||||
);
|
||||
const emitter = degit('sern-handler/templates/templates', {
|
||||
cached: isCached,
|
||||
cache: isCached,
|
||||
force: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user