Skip to content

Commit bbda9f8

Browse files
committed
tests: fix lint issue
1 parent d600f89 commit bbda9f8

File tree

1 file changed

+1
-1
lines changed
  • tests/docker/ducktape-deps

1 file changed

+1
-1
lines changed

tests/docker/ducktape-deps/flink

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FLINK_VERSION=1.18.1
77
FLINK_SCALA_VERSION=2.12
88
FLINK_FILE=flink-${FLINK_VERSION}-bin-scala_${FLINK_SCALA_VERSION}.tgz
99
# Instead of using main download link, use our s3. Alternative is to use archive.apache.org,
10-
# but it will ban frequent downloads after some time.
10+
# but it will ban frequent downloads after some time.
1111
# This will prevent us from getting an HTTP:404 when new version will be introduced
1212
# old: FLINK_URL=https://downloads.apache.org/flink/flink-${FLINK_VERSION}/${FLINK_FILE}
1313
DEPS_BASEURL=https://vectorized-public.s3.us-west-2.amazonaws.com/dependencies

0 commit comments

Comments
 (0)