[libc++][NFC] Fix comment for running Docker container

This commit is contained in:
Louis Dionne 2022-01-03 15:08:05 -05:00
parent 949bbd0a68
commit 4f7f7284c2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# can also just start the image with a shell to debug CI failures.
#
# To start a Buildkite Agent, run it as:
# $ docker run --env-file <secrets> -it $(docker build -q .)
# $ docker run --env-file <secrets> -it $(docker build -q libcxx/utils/ci)
#
# The environment variables in `<secrets>` should be the ones necessary
# to run a BuildKite agent.