Skip to content

Fix typo in Java guide for running tests #21816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

klimeryk
Copy link
Contributor

Description

Fix typo when targeting the test stage - it was mentioning a non-exisiting --target-test parameter which could confuse new users: unknown flag: --target-test.
It should be --target test or --target=test. I went with --target test since that's what is used in the rest of the guide.

Related issues or tickets

Introduced in #19390

Reviews

  • Technical review
  • Editorial review
  • Product review

Fix typo when targeting the `test` stage.
Introduced in docker#19390
Copy link

netlify bot commented Jan 14, 2025

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit b42746c
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/67869f140c88d900081bb869
😎 Deploy Preview https://deploy-preview-21816--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@craig-osterhout craig-osterhout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you.

@craig-osterhout craig-osterhout merged commit f42a4cc into docker:main Jan 14, 2025
14 checks passed
@klimeryk klimeryk deleted the patch-1 branch January 15, 2025 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants