Skip to content

Commit 15bc970

Browse files
committed
ci: update path
1 parent ad46ed4 commit 15bc970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.fetch_externals.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -e
44

55
mkdir -p ./trame_vtk/modules/common/serve
6-
curl https://unpkg.com/[email protected] -Lo ./trame_vtk/modules/common/serve/trame-vtk.js
7-
curl https://kitware.github.io/vtk-js/examples/OfflineLocalView/OfflineLocalView.html -Lo ./trame_vtk/tools/static_viewer.html
6+
curl https://unpkg.com/[email protected] -Lo ./src/trame_vtk/modules/common/serve/trame-vtk.js
7+
curl https://kitware.github.io/vtk-js/examples/OfflineLocalView/OfflineLocalView.html -Lo ./src/trame_vtk/tools/static_viewer.html
88

99
if ! sha256sum --check .externals.sha256 ; then
1010
echo "Hash(es) for externals differs, please update .externals.sha256"

0 commit comments

Comments
 (0)