Skip to content

Commit 8fef801

Browse files
authored
Update repository reference in install script
1 parent 76d21ce commit 8fef801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
set -euo pipefail
99

1010
TARGET=${1:-my-dbt-platform}
11-
REPO="dbt-labs/terraform-dbtcloud-as-yaml"
11+
REPO="trouze/terraform-dbtcloud-as-yaml"
1212
RELEASE_URL="https://github.com/$REPO/releases/latest/download/starter.tar.gz"
1313

1414
echo "Setting up dbt Platform Terraform starter in ./$TARGET ..."

0 commit comments

Comments
 (0)