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(oli): oli commands don't work properly for files in CWD #2833

Merged
merged 2 commits into from
Aug 10, 2023

Conversation

sarutak
Copy link
Member

@sarutak sarutak commented Aug 9, 2023

Related issue: #2834

Given we have a directory d and a file d/f, and the current working directory is d.
If we run oli stat for f like as follows, it works.

$ oli stat ./f

But if we omit ./, it doesn't work.

$ oli stat f
Error: ConfigInvalid (permanent) at  => root is not specified

The cause is that root directory is not set to fs_builder as the error message says.

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thanks!

@Xuanwo Xuanwo merged commit 2c49350 into apache:main Aug 10, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants