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

yaml2json error with absolute file path. #136

Open
xmxiaoq opened this issue Aug 31, 2020 · 1 comment
Open

yaml2json error with absolute file path. #136

xmxiaoq opened this issue Aug 31, 2020 · 1 comment

Comments

@xmxiaoq
Copy link

xmxiaoq commented Aug 31, 2020

pushd d:\

absolute path raise error:
yaml2json -s D:.gitlab-ci1.yml
ENOENT: no such file or directory, stat 'd:\D:.gitlab-ci1.yml'

relative path is ok:
yaml2json -s .gitlab-ci1.yml
saved d:.gitlab-ci1.json

@jfb0101
Copy link

jfb0101 commented Oct 7, 2020

I have the same problem. Any solution?

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

No branches or pull requests

2 participants