We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b3895 commit 9cacd9aCopy full SHA for 9cacd9a
src/django_tailwind_cli/utils.py
@@ -34,7 +34,7 @@ def get_download_url() -> str:
34
system, machine = get_system_and_machine()
35
extension = ".exe" if system == "windows" else ""
36
return (
37
- f"https://github.com/{conf.get_tailwind_cli_src_repo}/releases/download/"
+ f"https://github.com/{conf.get_tailwind_cli_src_repo()}/releases/download/"
38
f"v{conf.get_tailwind_cli_version()}/{conf.get_tailwind_cli_asset_name()}-{system}-{machine}{extension}"
39
)
40
0 commit comments