Skip to content

Commit

Permalink
Fix typos in code comments (TraceMachina#1190)
Browse files Browse the repository at this point in the history
Fixed a typo in `Dockerfile` and updated the wrong comment line in
`simple_prometheus_test.sh.
  • Loading branch information
aleksdmladenovic authored Aug 12, 2024
1 parent bddee33 commit 3e1fcbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment-examples/docker-compose/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG OS_VERSION=22.04
ARG OPT_LEVEL=opt
# Additional bazel flags.
ARG ADDITIONAL_BAZEL_FLAGS=
# Bash arguments my be passed in here to install any additional dependencies
# Bash arguments may be passed in here to install any additional dependencies
# needed by the user. Useful if your worker needs specific dependencies installed.
ARG ADDITIONAL_SETUP_WORKER_CMD=

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/simple_prometheus_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# This is a sanity check test to ensure we are caching test results.
# This is a sanity check test to ensure prometheus metrics server is working.

if [[ $UNDER_TEST_RUNNER -ne 1 ]]; then
echo "This script should be run under run_integration_tests.sh"
Expand Down

0 comments on commit 3e1fcbd

Please sign in to comment.