Skip to content

Commit 143a44c

Browse files
committed
missing quote
1 parent 890eac2 commit 143a44c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ check-sdist = [
6565
[tool.hatch.envs.default]
6666
pre-install-commands = [
6767
"pip install git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-adapters",
68-
"pip install git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter,
68+
"pip install git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter",
6969
]
7070
dependencies = [
7171
"dbt_common @ git+https://github.com/dbt-labs/dbt-common.git",

0 commit comments

Comments
 (0)