Skip to content

Commit 6d6a822

Browse files
mateuszmanderatimabbott
authored andcommitted
Fix "--build-args" -> "--build-arg" typo in a comment.
The argument is --build-arg.
1 parent c53d0dc commit 6d6a822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ USER zulip
2626
WORKDIR /home/zulip
2727

2828
# You can specify these in docker-compose.yml or with
29-
# docker build --build-args "ZULIP_GIT_REF=git_branch_name" .
29+
# docker build --build-arg "ZULIP_GIT_REF=git_branch_name" .
3030
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
3131
ARG ZULIP_GIT_REF=4.11
3232

0 commit comments

Comments
 (0)