Skip to content

Commit

Permalink
fix: ts lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Jun 17, 2022
1 parent ef6a64e commit 83337a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-bindings/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export class StacksDevnetOrchestrator {
* @memberof StacksDevnetOrchestrator
*/
constructor(manifest: ClarinetManifest) {
let manifestPath = manifest.location;
let manifestPath = manifest.path;
var logs = manifest.logs;
logs ||= false;
var accounts = manifest.accounts;
Expand Down

0 comments on commit 83337a0

Please sign in to comment.