-
Notifications
You must be signed in to change notification settings - Fork 841
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
Creating a project from a .git URL appends -git to the name #349
Comments
/bounty $10 |
💎 $10 bounty created by daytonaio 👉 Add a bounty • Share on socials If no one is assigned to the issue, feel free to tackle it, without confirmation from us, after registering your attempt. In the event that multiple PRs are made from different people, we will generally accept those with the cleanest code.
|
/attempt
|
/attempt #349 Options |
Good that you made a PR. You can take over the issue now. |
I will get back if issue still exists. |
/attempt #349
|
💡 @tarunrajput submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @tarunrajput has been awarded $10! 🎈🎊 |
Describe the bug
After using a .git url (e.g.
https://github.com/daytonaio/daytona.git
), the project has a-git
suffix.To Reproduce
Steps to reproduce the behavior:
daytona create test -r https://github.com/daytonaio/daytona.git -t local
-git
suffix.Expected behavior
The project should not have the
-git
suffix. In the example above, it should be calleddaytona
.Screenshots
Desktop (please complete the following information):
Additional context
This should be fixed in
pkg/server/workspaceservice/create.go
.The text was updated successfully, but these errors were encountered: