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

ftl new go ./foo bar fails #2297

Closed
alecthomas opened this issue Aug 8, 2024 · 1 comment · Fixed by #2326
Closed

ftl new go ./foo bar fails #2297

alecthomas opened this issue Aug 8, 2024 · 1 comment · Fixed by #2326
Assignees
Labels
bug Something isn't working dx

Comments

@alecthomas
Copy link
Collaborator

🐚 ~/dev/ftl $ mkdir foo
🐚 ~/dev/ftl $ ftl new go ./foo bar
info: warning: could not open directory 'foo/foo/bar/': No such file or directory
fatal: pathspec 'foo/bar/*' did not match any files

ftl: error: exit status 128
@alecthomas alecthomas added the bug Something isn't working label Aug 8, 2024
@github-actions github-actions bot added the triage Issue needs triaging label Aug 8, 2024
@alecthomas alecthomas added dx and removed triage Issue needs triaging labels Aug 8, 2024
@ftl-robot ftl-robot mentioned this issue Aug 8, 2024
stuartwdouglas added a commit that referenced this issue Aug 12, 2024
The directory was being prefixed to the path twice.

fixes #2297
@stuartwdouglas
Copy link
Collaborator

Sorry @wesbillman , I was just looking for something easy to finish of my day and did not notice it had been assigned to you.

github-merge-queue bot pushed a commit that referenced this issue Aug 12, 2024
The directory was being prefixed to the path twice.

fixes #2297
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dx
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants