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 the ReadDir methods #301

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Fix the ReadDir methods #301

merged 1 commit into from
Jan 22, 2024

Conversation

nwneisen
Copy link
Collaborator

During #280 a package file accidentally got modified. This made CI pass but when dependabot tries to run go mod vendor, it updates the package and causes failures. This PR straightens this out so that packages can be updated and tests will now pass.

Proposed Changes

  • Change the OSInterface interface so that ReadDir() is updated so that FakeOS can be used again

@nwneisen nwneisen merged commit 2933c77 into Mirantis:master Jan 22, 2024
10 checks passed
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.

None yet

1 participant