Skip to content

Commit 2fc8d07

Browse files
committed
fix(docker): missed brackets
1 parent 2220d15 commit 2fc8d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN wget -q "https://github.com/JetBrains/kotlin/releases/download/v$KOTLINC_VER
2222
ENV PATH $PATH:/usr/lib/kotlinc/bin
2323

2424
# Install Danger-JS
25-
RUN npm install -g "danger@$DANGER_JS_VERSION
25+
RUN npm install -g "danger@$DANGER_JS_VERSION"
2626

2727
# Install Danger-Kotlin
2828
RUN wget -q "https://github.com/danger/kotlin/releases/download/$DANGER_KOTLIN_VERSION/danger-kotlin-linuxX64.tar" && \

0 commit comments

Comments
 (0)