Skip to content

Commit 22ca606

Browse files
authored
Merge pull request openwallet-foundation#2010 from naonishijima/fix-typo
Fix typos in alice-local.sh & faber-local.sh
2 parents de04b9d + 8124da7 commit 22ca606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/alice-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# this runs the Faber example as a local instace of instance of aca-py
33
# you need to run a local von-network (in the von-network directory run "./manage start <your local ip> --logs")
4-
# ... and you need to install the local aca-py python libraries locally ("pip install -r ../requriements.txt -r ../requirements.indy.txt -r ../requirements.bbs.txt")
4+
# ... and you need to install the local aca-py python libraries locally ("pip install -r ../requirements.txt -r ../requirements.indy.txt -r ../requirements.bbs.txt")
55

66
# the following will auto-respond on connection and credential requests, but not proof requests
77
PYTHONPATH=.. ../bin/aca-py start \

demo/faber-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# this runs the Faber example as a local instace of instance of aca-py
33
# you need to run a local von-network (in the von-network directory run "./manage start <your local ip> --logs")
4-
# ... and you need to install the local aca-py python libraries locally ("pip install -r ../requriements.txt -r ../requirements.indy.txt -r ../requirements.bbs.txt")
4+
# ... and you need to install the local aca-py python libraries locally ("pip install -r ../requirements.txt -r ../requirements.indy.txt -r ../requirements.bbs.txt")
55

66
# the following will auto-respond on connection and credential requests, but not proof requests
77
PYTHONPATH=.. ../bin/aca-py start \

0 commit comments

Comments
 (0)