Skip to content

Commit 9a38bde

Browse files
authored
Fix invalid example terminal code in integration_tests readme (#222)
Rename `EXPORT` to `export`
1 parent cd06b15 commit 9a38bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ who are creating or updating tests and want to run locally.
66
Integration tests should be run by the `integrationtester` Kaggle account. Make
77
sure you have configured your local `kagglehub` accordingly, via
88
```
9-
EXPORT KAGGLE_USERNAME=integrationtester
10-
EXPORT KAGGLE_KEY=...
9+
export KAGGLE_USERNAME=integrationtester
10+
export KAGGLE_KEY=...
1111
```
1212
Visit [go/kaggle-integrationtester](http://go/kaggle-integrationtester) to get
1313
the correct `KAGGLE_KEY` value to use in the above command (Actions -> Get

0 commit comments

Comments
 (0)