We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3480c commit 844b1a7Copy full SHA for 844b1a7
templates/cli/lib/commands/update.js.twig
@@ -16,7 +16,7 @@ const isInstalledViaNpm = () => {
16
try {
17
const scriptPath = process.argv[1];
18
19
- if (scriptPath.includes('node_modules') && scriptPath.includes('appwrite-cli')) {
+ if (scriptPath.includes('node_modules') && scriptPath.includes('{{ language.params.npmPackage|caseDash }}')) {
20
return true;
21
}
22
0 commit comments