Skip to content

Commit 8650ec3

Browse files
Fix export command syntax for warehouse variable (#25485)
1 parent 155804a commit 8650ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ When you run this command, take note of the "Warehouse" and "Catalog URI". You w
139139
</Tabs>
140140

141141
:::note
142-
Copy the `warehouse` (ACCOUNTID_BUCKETNAME) and paste it in the `export` below. We will use it later in the tutorial.
142+
Copy the `warehouse` (ACCOUNTID_BUCKETNAME) and paste it in the `export` below. We will use it later in the tutorial.
143143
:::
144144

145145
```bash
146-
export $WAREHOUSE= #Paste your warehouse here
146+
export WAREHOUSE= #Paste your warehouse here
147147
```
148148

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

0 commit comments

Comments
 (0)