Skip to content

Commit

Permalink
Update on-gcp-compute-engine.md (#21429)
Browse files Browse the repository at this point in the history
Use curl instead of wget since we already install curl.
  • Loading branch information
gosusnp authored and jbfbell committed Jan 13, 2023
1 parent d174dd0 commit beae36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying-airbyte/on-gcp-compute-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ gcloud --project=$PROJECT_ID beta compute ssh $INSTANCE_NAME

```bash
mkdir airbyte && cd airbyte
wget https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml}
curl -sOO https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml}
docker compose up -d
```

Expand Down

0 comments on commit beae36c

Please sign in to comment.