Skip to content

Commit

Permalink
fixup! Rename snowflake-cli-labs to snowflake-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek committed Jan 30, 2024
1 parent 0aae735 commit a37f3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _install_snowcli_with_external_plugin(
"-m",
"pip",
"install",
test_root_path / f"../dist/snowflake_cli_labs-{version}-py3-none-any.whl",
test_root_path / f"../dist/snowflake_cli-{version}-py3-none-any.whl",
]
)
subprocess.check_call(
Expand Down

0 comments on commit a37f3d9

Please sign in to comment.