Skip to content

Commit d777171

Browse files
committed
fix typo in checkout
1 parent be8d626 commit d777171

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
@@ -119,7 +119,7 @@ RUN \
119119
echo "**** build kasmvnc ****" && \
120120
git clone https://github.com/kasmtech/KasmVNC.git src && \
121121
cd /src && \
122-
git checkout -f ${KASMVNC_release} && \
122+
git checkout -f ${KASMVNC_RELEASE} && \
123123
sed -i \
124124
-e '/find_package(FLTK/s@^@#@' \
125125
-e '/add_subdirectory(tests/s@^@#@' \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ RUN \
131131
echo "**** build kasmvnc ****" && \
132132
git clone https://github.com/kasmtech/KasmVNC.git src && \
133133
cd /src && \
134-
git checkout -f ${KASMVNC_release} && \
134+
git checkout -f ${KASMVNC_RELEASE} && \
135135
sed -i \
136136
-e '/find_package(FLTK/s@^@#@' \
137137
-e '/add_subdirectory(tests/s@^@#@' \

0 commit comments

Comments
 (0)