Skip to content

Commit f725031

Browse files
Fix export command syntax for warehouse variable
1 parent ad2d7ef commit f725031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/r2-sql/tutorials/end-to-end-pipeline.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Copy the `warehouse` (ACCOUNTID_BUCKETNAME) and paste it in the `export` below.
144144
:::
145145

146146
```bash
147-
export $WAREHOUSE= #Paste your warehouse here
147+
export WAREHOUSE= #Paste your warehouse here
148148
```
149149

150150
### (Optional) Enable compaction on your R2 Data Catalog

0 commit comments

Comments
 (0)