Skip to content

Commit 7a488d6

Browse files
committed
fix: typo
1 parent 9e9af02 commit 7a488d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps/ability-sol-transaction-signer/scripts/deploy-lit-action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (!PINATA_JWT) {
1515
const filePath = path.join(generatedDir, outputFile);
1616
if (!fs.existsSync(filePath)) {
1717
throw new Error(
18-
`Bundled Lit Action code string not found at ${filePath}. Please run pnpx nx run vincent-ability-evm-transaction-signer:action:build first.`,
18+
`Bundled Lit Action code string not found at ${filePath}. Please run pnpx nx run vincent-ability-sol-transaction-signer:action:build first.`,
1919
);
2020
}
2121
const litActionCodeString = require(filePath);

0 commit comments

Comments
 (0)