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

strip components not working when copying folder #177

Open
FrostyKitten02 opened this issue May 12, 2024 · 1 comment
Open

strip components not working when copying folder #177

FrostyKitten02 opened this issue May 12, 2024 · 1 comment

Comments

@FrostyKitten02
Copy link

When I copy entire directory it doesn't remove leading path.

I expected output to be in /var/www/html
but it ends up in /var/www/html/build

actions.txt

@cesarak
Copy link

cesarak commented May 14, 2024

Hi @FrostyKitten02, the strip variable expects an int instead of a bool.

Try this strip_components: 1

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