Skip to content

Fix bug in copying files with special characters in file path#55

Closed
h4r7w3l1 wants to merge 1 commit intoxm1k3:mainfrom
h4r7w3l1:main
Closed

Fix bug in copying files with special characters in file path#55
h4r7w3l1 wants to merge 1 commit intoxm1k3:mainfrom
h4r7w3l1:main

Conversation

@h4r7w3l1
Copy link
Copy Markdown

Fix on linux/mac copy templates files with not-accessible chars

Note

cp /tmp/template 1.yml /tmp/

Can be dangerous, but work
cp '/tmp/template 1.yml' '/tmp/'


Warning

Not works bug on Win

@xm1k3 xm1k3 mentioned this pull request Oct 9, 2023
@xm1k3 xm1k3 linked an issue Oct 9, 2023 that may be closed by this pull request
@xm1k3 xm1k3 closed this Oct 10, 2023
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

Successfully merging this pull request may close these issues.

Fix bug in copying files with special characters in file path

2 participants