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

Improve err message for different commit on image builder #2615

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

unmultimedio
Copy link
Member

Have the module identity and the file paths in the error message.

commit string
filepath string
}
identityStringToCommit := make(map[string]commitAndFilepath)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
identityStringToCommit := make(map[string]commitAndFilepath)
identityStringToCommitAndFilepath := make(map[string]commitAndFilepath)

@unmultimedio unmultimedio merged commit 9491df8 into main Nov 21, 2023
7 checks passed
@unmultimedio unmultimedio deleted the jfigueroa/improve-err-msg branch November 21, 2023 16:37
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