Commit 938a1b4 1 parent 7dd6277 commit 938a1b4 Copy full SHA for 938a1b4
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ main() {
197
197
say " installed - $( ensure " $bin_path " --version) "
198
198
199
199
# Check if the default path of the binary is not in FOUNDRY_BIN_DIR
200
- which_path=" $( command -v " $bin " || true) "
200
+ which_path=" $( command -v " $bin -zksync " || true) "
201
201
if [ -n " $which_path " ] && [ " $which_path " != " $bin_path " ]; then
202
202
warn " "
203
203
cat 1>&2 << EOF
@@ -421,7 +421,7 @@ use() {
421
421
say " use - $( ensure " $bin_path " -V) "
422
422
423
423
# Check if the default path of the binary is not in FOUNDRY_BIN_DIR
424
- which_path=" $( command -v " $bin " || true) "
424
+ which_path=" $( command -v " $bin -zksync " || true) "
425
425
if [ -n " $which_path " ] && [ " $which_path " != " $bin_path " ]; then
426
426
warn " "
427
427
cat 1>&2 << EOF
You can’t perform that action at this time.
0 commit comments