Skip to content

Commit 491455a

Browse files
committed
fix: label studio
1 parent f069bb9 commit 491455a

File tree

1 file changed

+2
-2
lines changed
  • components/label-studio/container/s2i/.s2i/bin

1 file changed

+2
-2
lines changed

components/label-studio/container/s2i/.s2i/bin/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ usage(){
66

77
cat <<USAGE
88
9-
This is a S2I python-3.9 ${DISTRO} base image:
9+
This is a S2I python ${DISTRO} base image:
1010
There are multiple ways how to run the image, see documentation at:
1111
https://github.com/sclorg/s2i-python-container/blob/master/3.9/README.md
1212
@@ -31,7 +31,7 @@ USAGE
3131
# fallback with sleep to debug your code
3232
# oc rsh / podman exec -it .. /bin/sh
3333
run_sleep(){
34-
echo "Ponder the universe with infinate sleep..."
34+
echo "Ponder the universe with infinite sleep..."
3535
sleep infinity
3636
}
3737

0 commit comments

Comments
 (0)