Skip to content

Commit 1cad00a

Browse files
gauravkumar37feast-ci-bot
authored andcommitted
Fixed a typo in environment variable in installation (#187)
1 parent f236b94 commit 1cad00a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GCP_PROJECT=my-feast-project
4343
FEAST_CLUSTER=feast
4444
FEAST_REPO=$(pwd)
4545
FEAST_VERSION=0.1.0
46-
FEAST_STORAGE_BUCKET=gs://${PROJECT}-feast
46+
FEAST_STORAGE_BUCKET=gs://${GCP_PROJECT}-feast
4747
```
4848

4949
Ensure that your `kubectl` context is set to the correct cluster

0 commit comments

Comments
 (0)