Skip to content

Commit 6d8bb61

Browse files
committed
fix: fix path to pc-contracts-cli
1 parent 0959231 commit 6d8bb61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/shell.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
name = "pc-contracts-cli";
121121
help = "CLI to interact with Partner Chains Smart Contracts";
122122
command = ''
123-
${self'.packages.pc-contracts-cli}/bin/pc-contracts-cli $@
123+
${self'.packages.pc-contracts-cli}/dist/pc-contracts-cli $@
124124
'';
125125
}
126126
];
@@ -144,7 +144,7 @@
144144
name = "pc-contracts-cli";
145145
help = "CLI to interact with Partner Chains Smart Contracts";
146146
command = ''
147-
${self'.packages.pc-contracts-cli}/bin/pc-contracts-cli $@
147+
${self'.packages.pc-contracts-cli}/dist/pc-contracts-cli $@
148148
'';
149149
}
150150
];

0 commit comments

Comments
 (0)