Skip to content

Commit 112609d

Browse files
committed
precommit shfmt ran
Signed-off-by: sharvil10 <sharvil.shah@intel.com>
1 parent fa2d196 commit 112609d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enterprise/redhat/openshift-ai/gaudi/tests/notebook-test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo ''
2525

2626
echo 'Test if oneapi-sample was downloaded'
2727
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'
28+
echo 'oneapi-sample.ipynb was downloaded'
2929
else
30-
echo 'oneapi-sample.ipynb was not downloaded'
30+
echo 'oneapi-sample.ipynb was not downloaded'
3131
fi

0 commit comments

Comments
 (0)