Skip to content

Commit

Permalink
release: 2.10.2
Browse files Browse the repository at this point in the history
fix infer url
  • Loading branch information
mo4islona committed Apr 3, 2024
1 parent c095860 commit 9ef6954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:subsquid/squid-cli.git",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/commands/prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9ef6954

Please sign in to comment.