Skip to content

Commit 0aecb26

Browse files
authored
Fix typo in docc dockerfile
1 parent 03633ec commit 0aecb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/swift-docc-render/build-swift-docc-render.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ docker build -t swift-docc-render:latest \
7070
--build-arg SWIFT_DOCC_RENDER_BRANCH="$BRANCH" \
7171
--build-arg http_proxy="$http_proxy" \
7272
--build-arg https_proxy="$https_proxy" \
73-
--build-arg no_proxy="$no_proxy \
73+
--build-arg no_proxy="$no_proxy" \
7474
-f "$DOCKERFILE_PATH" \
7575
"$DIRECTORY_ROOT"
7676

0 commit comments

Comments
 (0)