Skip to content

Commit e869110

Browse files
authored
Use sh instead of bash for readiness checker (#1747)
1 parent f0e389d commit e869110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cortex/serve/poll/readiness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/with-contenv bash
1+
#!/usr/bin/with-contenv sh
22

33
# Copyright 2020 Cortex Labs, Inc.
44
#

0 commit comments

Comments
 (0)