Skip to content

Commit

Permalink
chore: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Sep 18, 2024
1 parent 0b8598d commit e0c0adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sui/deploy-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ async function upgrade(keypair, client, supportedPackage, policy, config, chain,
validateParameters({ isNonEmptyString: { packageName } });

if (packageDependencies) {
const compileDir = `${__dirname}/../move`;
const compileDir = `${__dirname}/move`;
for (const dependencies of packageDependencies) {
const packageId = contractsConfig[dependencies]?.address;
updateMoveToml(dependencies, packageId, compileDir);
Expand Down

0 comments on commit e0c0adb

Please sign in to comment.