Skip to content

Commit 2cbc78a

Browse files
authored
Merge pull request #11 from ento/pin-package-elm-lang
Pin package.elm-lang.org version (tag) to 0.18.0
2 parents 2c350b0 + 91192a6 commit 2cbc78a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/elm_doc/asset_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
@capture_subprocess_error
2121
def build_assets(output_path: Path, mount_point: str = ''):
22-
tarball = 'https://api.github.com/repos/elm-lang/package.elm-lang.org/tarball'
22+
tarball = 'https://api.github.com/repos/elm-lang/package.elm-lang.org/tarball/0.18.0'
2323
with TemporaryDirectory() as tmpdir:
2424
root_path = Path(tmpdir)
2525

0 commit comments

Comments
 (0)