-
Notifications
You must be signed in to change notification settings - Fork 251
Closed as not planned
Labels
Description
Describe the bug
The new devnet binary (agoricdev-18) has an error i didnt see before, if its not being called directly from agoric-sdk/bin folder
To Reproduce
Steps to reproduce the behavior:
-
Install agoricdev-18 binary
-
/home/pops/go/bin$ ./agd version
./agd: line 31: /home/pops/go/bin/../repoconfig.sh: No such file or directory
It is the same if the binary is called for example from /usr/local/bin
Expected behavior
The compiled binary should work from any directory.
/home/pops/agoric-sdk/bin$ ./agd version
0.34.0
Reactions are currently unavailable