Skip to content

Commit de4a3f6

Browse files
committed
🐛 Fixed shell script compare operator
1 parent e9aa985 commit de4a3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/plugins/Dockerfile-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Install `reportgenerator` (for `gcov` plugin)
33
# Only available in AMD64 containers
4-
RUN if [ "$TARGETPLATFORM" == "linux/amd64" ]; then set -ex \
4+
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then set -ex \
55
# Install the dotnet tool as global (which means global for the current user vs. a local directory)
66
&& dotnet tool install --global dotnet-reportgenerator-globaltool \
77
# Modify the PATH so the new tool is findable

0 commit comments

Comments
 (0)