Skip to content
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

fix: fixed typo #100

Merged
merged 1 commit into from
Aug 18, 2021
Merged

fix: fixed typo #100

merged 1 commit into from
Aug 18, 2021

Conversation

goldmann
Copy link
Contributor

No description provided.

@@ -24,7 +24,7 @@ public void onStartup(@Observes StartupEvent event) {
final var branch = !version.getExtensionBranch().equals(Version.UNKNOWN)
? " on branch: " + version.getExtensionBranch()
: "";
log.info("Quakus Java Operator SDK extension {} (commit: {}{})", version.getExtensionVersion(),
log.info("Quarkus Java Operator SDK extension {} (commit: {}{})", version.getExtensionVersion(),
Copy link
Member

Choose a reason for hiding this comment

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

Quakus is the next great framework for duck programmers! 🤦🏼

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, this is the story behind it... 😃

@metacosm metacosm merged commit 2bf5bd6 into quarkiverse:main Aug 18, 2021
@goldmann goldmann deleted the fix-typo branch August 19, 2021 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants