Skip to content

Commit 21494a2

Browse files
committed
Fix slash
1 parent 53a8ea0 commit 21494a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010
LABEL maintainer="thespad"
1111

1212
# environment settings
13-
ARG UNIFI_BRANCH="stable" \
13+
ARG UNIFI_BRANCH="stable"
1414
ENV DEBIAN_FRONTEND="noninteractive"
1515

1616
RUN \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010
LABEL maintainer="thespad"
1111

1212
# environment settings
13-
ARG UNIFI_BRANCH="stable" \
13+
ARG UNIFI_BRANCH="stable"
1414
ENV DEBIAN_FRONTEND="noninteractive"
1515

1616
RUN \

0 commit comments

Comments
 (0)