Skip to content

Commit cb22f5d

Browse files
Mayank Pandeygitbook-bot
Mayank Pandey
authored andcommitted
GITBOOK-266: change request with no subject merged in GitBook
1 parent ad5e98c commit cb22f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http-retrieval/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ export BOOST_API_INFO=`echo $ENV_BOOST_API_INFO | awk '{split($0,a,"="); print a
7171

7272
```
7373
export ENV_FULLNODE_API_INFO=`lotus auth api-info --perm=admin`
74-
export FULLNODE_API_INFO=`echo $ENV_BOOST_API_INFO | awk '{split($0,a,"="); print a[2]}'`
74+
export FULLNODE_API_INFO=`echo $ENV_FULLNODE_API_INF | awk '{split($0,a,"="); print a[2]}'`
7575
```
7676

7777
```
7878
export ENV_MINER_API_INFO=`lotus-miner auth api-info --perm=admin`
79-
export MINER_API_INFO=`echo $ENV_BOOST_API_INFO | awk '{split($0,a,"="); print a[2]}'`
79+
export MINER_API_INFO=`echo $ENV_MINER_API_INFO | awk '{split($0,a,"="); print a[2]}'`
8080
```
8181

8282
4. Start the `booster-http` server with the above details

0 commit comments

Comments
 (0)