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

Fixes #23951: Fix some small things in rudder-package #5282

Draft
wants to merge 1 commit into
base: branches/rudder/8.1
Choose a base branch
from

Conversation

Fdall
Copy link
Contributor

@Fdall Fdall commented Dec 21, 2023

@@ -79,11 +79,24 @@ impl Repository {
let res = req.send()?;

// Special error messages for common errors
let error_conf_msg = format!("Please check your configuration in {}", CONFIG_PATH);
Copy link
Member

Choose a reason for hiding this comment

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

It might not be CONFIG_PATH depending on the CLI parameter.

@VinceMacBuche VinceMacBuche changed the base branch from master to branches/rudder/8.1 January 11, 2024 07:56
@Fdall Fdall added the WIP Use that label for a Work In Progress PR that must not be merged yet label Mar 14, 2024
@Fdall Fdall marked this pull request as draft March 14, 2024 13:39
@Fdall
Copy link
Contributor Author

Fdall commented Mar 14, 2024

Setting as draft as the fix is not as trivial as initially thought.
The effective config path is not exposed to the error catching message and so, printing which path the user need to modify requires some extra changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Use that label for a Work In Progress PR that must not be merged yet
Projects
None yet
2 participants