Skip to content

Commit

Permalink
[Jupyter] fix 'update_demos.sh' path
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaIguazio committed Nov 29, 2023
1 parent dc9bf95 commit 93d93da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/jupyter/templates/jupyter-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ data:
mkdir -p ${HOME}/demos
tar -C ${HOME}/demos -xvf /tmp/mlrun-demos --strip-components=1
rm -f /tmp/mlrun-demos
chmod a+x ${HOME}/demos/update-demos.sh || chmod a+x ${HOME}/update-demos.sh || echo 'no update-demos.sh found'
chmod a+x ${HOME}/demos/update_demos.sh || chmod a+x ${HOME}/update_demos.sh || echo 'no update_demos.sh found'
touch ${HOME}/.igz/.getting-started
fi

Expand Down

0 comments on commit 93d93da

Please sign in to comment.