Skip to content

Commit 5f7a025

Browse files
authored
Merge pull request #1499 from polywrap/http-deploy/fix-message
cli/deploy: show correct uri in http deploy
2 parents 2433ada + 51e0d48 commit 5f7a025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cli/src/lib/defaults/deploy-modules/http

packages/cli/src/lib/defaults/deploy-modules/http/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class HTTPDeployer implements DeployModule {
6161
throw new Error(response.data.error);
6262
}
6363

64-
return new Uri(`http/${response.data.uri}`);
64+
return new Uri(`http/${config.postUrl}`);
6565
}
6666
}
6767

0 commit comments

Comments
 (0)