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

add current version to windows registry on startup #1956

Merged
merged 3 commits into from
Nov 13, 2024

Conversation

zackattack01
Copy link
Contributor

Part 3: This builds on the changes here and adds the current running version to windows registry on startup if it is unset or needs to be updated.

See the full issue here for additional context.

logger.Log(context.TODO(), slog.LevelError,
"encountered error setting current version to registry",
"err", err,
)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we would want to return here instead of logging the "success" message below?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, thank you!

@zackattack01 zackattack01 added this pull request to the merge queue Nov 13, 2024
Merged via the queue into main with commit 2fabf37 Nov 13, 2024
29 checks passed
@zackattack01 zackattack01 deleted the zack/current_version_reg branch November 13, 2024 22:20
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.

3 participants