Skip to content

Commit

Permalink
Update deps/bundlepaths.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Pfitzner <[email protected]>
  • Loading branch information
pankgeorg and pfitzseb authored Feb 22, 2022
1 parent a1f9535 commit e062a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/bundlepaths.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function download_js_bundles()
bundle_artifact_path = artifact"web"
for asset in readdir(bundle_artifact_path)
@debug("Copying", bundle_artifact_path, asset, BUNDLES_PATH)
cp(joinpath(bundle_artifact_path, asset), joinpath(BUNDLES_PATH, asset))
cp(joinpath(bundle_artifact_path, asset), joinpath(BUNDLES_PATH, asset); force = true)
end
# These commands are probably still useful if you want to create the artifact.
# download_bundle("core", CORE_BUNDLE_PATH, CORE_BUNDLE_URL)
Expand Down

0 comments on commit e062a40

Please sign in to comment.