We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2d196 commit 112609dCopy full SHA for 112609d
enterprise/redhat/openshift-ai/gaudi/tests/notebook-test.sh
@@ -25,7 +25,7 @@ echo ''
25
26
echo 'Test if oneapi-sample was downloaded'
27
if [[ $(curl --fail -s -X GET http://localhost:8888/api/contents | jq -r '.content[] | select(.name=="oneapi-sample.ipynb")') ]]; then
28
- echo 'oneapi-sample.ipynb was downloaded'
+ echo 'oneapi-sample.ipynb was downloaded'
29
else
30
- echo 'oneapi-sample.ipynb was not downloaded'
+ echo 'oneapi-sample.ipynb was not downloaded'
31
fi
0 commit comments