diff --git a/package.json b/package.json index 7183ec2..337020a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@subsquid/cli", "description": "squid cli tool", - "version": "2.10.1", + "version": "2.10.2", "license": "GPL-3.0-or-later", "repository": "git@github.com:subsquid/squid-cli.git", "publishConfig": { diff --git a/src/commands/prod.ts b/src/commands/prod.ts index c00f351..e65cdbd 100644 --- a/src/commands/prod.ts +++ b/src/commands/prod.ts @@ -41,7 +41,7 @@ export default class Prod extends DeployCommand { return; } - const newUrl = inferProdUrl(foundSquid.versions[0].deploymentUrl, versionName); + const newUrl = inferProdUrl(foundSquid.versions[0].deploymentUrl, squidName); const { confirm } = await inquirer.prompt([ { name: 'confirm',