Skip to content

Commit 28a20d3

Browse files
committed
fix dockerfile
1 parent 26853bf commit 28a20d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/fat-standard-competitive-i386/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ARG DODGEBALL_PLUGIN_FILE_NAME=TF2-Dodgeball-2.2.0.zip
130130
ARG DODGEBALL_PLUGIN_URL=https://github.com/Silorak/TF2-Dodgeball/releases/download/v${DODGEBALL_PLUGIN_VERSION_NUMBER}/${DODGEBALL_PLUGIN_FILE_NAME}
131131
RUN curl -L "${DODGEBALL_PLUGIN_URL}" -o "${DODGEBALL_PLUGIN_FILE_NAME}" \
132132
&& unzip -q "${DODGEBALL_PLUGIN_FILE_NAME}" -d tfdb \
133-
&& cp -r "tfdb/TF2-Dodgeball-2.2.0/TF2Dodgeball/"* you "${PLUGIN_INSTALL_DIR}/" \
133+
&& cp -r "tfdb/TF2-Dodgeball-2.2.0/TF2Dodgeball/"* "${PLUGIN_INSTALL_DIR}/" \
134134
&& rm -f \
135135
"${PLUGIN_INSTALL_DIR}/addons/sourcemod/plugins/tfdb_airblast_prevention.smx" \
136136
"${PLUGIN_INSTALL_DIR}/addons/sourcemod/plugins/tfdb_anti_switch.smx" \

0 commit comments

Comments
 (0)