Skip to content

Commit 2299e01

Browse files
committed
Updated path to published release
1 parent 04d64d0 commit 2299e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function getTemplatePath(): string {
132132
const moduleLib = (process.env.NODE_ENV !== 'development')
133133
? execSync('npm root --location=global --loglevel=error').toString().trim() : '';
134134

135-
return moduleLib ? `${moduleLib}/lambda-lambda-lambda/cli/templates` : './templates';
135+
return moduleLib ? `${moduleLib}/@lambda-lambda-lambda/cli/templates` : './templates';
136136
}
137137

138138
/**

0 commit comments

Comments
 (0)