1
0
mirror of synced 2026-01-07 18:06:03 -05:00

Fix typo in tutorial link (#1330)

This commit is contained in:
Amit Kumar
2020-12-14 21:34:16 -08:00
committed by GitHub
parent c86ea06bff
commit 2e908f4883

View File

@@ -141,7 +141,7 @@ Back to this tutorial, commands shown below should work for both macOS and Linux
Now let's first make a backup of the configuration state of your Airbyte instance by running the following commands.
```bash
TUTORIAL_DIR=$(pwd)/build/persitence-tutorial
TUTORIAL_DIR=$(pwd)/build/persistence-tutorial
mkdir -p $TUTORIAL_DIR/my-setup
docker cp airbyte-server:/data $TUTORIAL_DIR/my-setup