Skip to content

Commit d42ef14

Browse files
committed
linter 2
1 parent 588cb76 commit d42ef14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG STACKABLE_USER_UID
1515
# See https://github.com/stackabletech/airflow-operator/blob/23.4.1/rust/operator-binary/src/airflow_db_controller.rs#L269 for an example
1616
# The Vector container waits for this file to appear and this waiting happens using `inotifywait` which comes from the `inotify-tools` package
1717
RUN <<EOF
18-
ARCH="${TARGETARCH/amd64/x86_64}"
18+
ARCH="${TARGETARCH/amd64/x86_64}"
1919
ARCH="${ARCH/arm64/aarch64}"
2020
rpm --install \
2121
"https://repo.stackable.tech/repository/packages/vector/vector-${PRODUCT}-${RPM_RELEASE}.${ARCH}.rpm" \

0 commit comments

Comments
 (0)