Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Dec 6, 2023
1 parent c0d9d0b commit 9274ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_ascent/build_ascent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ vtkm_tarball=vtk-m-${vtkm_version}.tar.gz
# build only if install doesn't exist
if [ ! -d ${vtkm_install_dir} ]; then
if ${build_vtkm}; then
if [ ! -d ${vtkm_src_dir} ]; thenf
if [ ! -d ${vtkm_src_dir} ]; then
echo "**** Downloading ${vtkm_tarball}"
curl -L https://gitlab.kitware.com/vtk/vtk-m/-/archive/${vtkm_version}/${vtkm_tarball} -o ${vtkm_tarball}
tar -xzf ${vtkm_tarball}
Expand Down

0 comments on commit 9274ef3

Please sign in to comment.