Skip to content

Commit

Permalink
Use version value supplied to bundle url function (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Sep 7, 2023
1 parent 00a8514 commit 9990b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shinylive/_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def shinylive_bundle_url(version: str = SHINYLIVE_ASSETS_VERSION) -> str:
"""
return (
"https://github.com/rstudio/shinylive/releases/download/"
+ f"v{SHINYLIVE_ASSETS_VERSION}/shinylive-{SHINYLIVE_ASSETS_VERSION}.tar.gz"
+ f"v{version}/shinylive-{version}.tar.gz"
)


Expand Down

0 comments on commit 9990b17

Please sign in to comment.