Skip to content

Commit

Permalink
[libc++][NFC] Fix comment for running Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Jan 3, 2022
1 parent 949bbd0 commit 4f7f728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/utils/ci/Dockerfile
Expand Up @@ -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.
Expand Down

0 comments on commit 4f7f728

Please sign in to comment.