Skip to content

Commit 27ee5f8

Browse files
authored
fix: typo in hello linera (#232)
1 parent ef1b9f4 commit 27ee5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/developers/getting_started/hello_linera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ the location of your wallet files, you may optionally set the variables
6262
```bash
6363
DIR=$HOME/my_directory
6464
mkdir -p $DIR
65-
export LINERA_WALLET=$DIR/wallet.json"
65+
export LINERA_WALLET="$DIR/wallet.json"
6666
export LINERA_STORAGE="rocksdb:$DIR/linera.db"
6767
```
6868

0 commit comments

Comments
 (0)