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

Cannot copy './' to a subdirectory of itself #348

Open
vuthanhdatt opened this issue Nov 3, 2024 · 1 comment
Open

Cannot copy './' to a subdirectory of itself #348

vuthanhdatt opened this issue Nov 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@vuthanhdatt
Copy link

🐞 Describe the bug

When set src as current folder(./), error Cannot copy './' to a subdirectory of itself appear

📚 To reproduce

usr/repo:
  - source: ./
    dest: dest-folder/

💡 Expected behavior

When set source as ./, I expect to copy all file in root of current repo to dest repo folder.

🖼️ Screenshots

No response

⚙️ Environment

v1.21.1

📋 Additional context

No response

@vuthanhdatt vuthanhdatt added the bug Something isn't working label Nov 3, 2024
@Aetherinox
Copy link

Aetherinox commented Dec 19, 2024

Same issue. Wanting to copy from repo branch 1 subfolder -> repo branch 2 parent folder.

I've tried about every combination known to man, ./ / . and blank. Same error. But if I pop in a random subfolder name, works.

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

No branches or pull requests

2 participants