Skip to content

Commit 5888f1b

Browse files
committedNov 16, 2024·
Fix load-connectors.sh
1 parent 470ba42 commit 5888f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎kafka-connect/load-connectors.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
apk update && apk add curl
3+
apk --no-cache add curl
44

55
KAFKA_CONNECT_URL='http://kafka-connect:8083/connectors'
66

0 commit comments

Comments
 (0)
Please sign in to comment.