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

fix: delete symlink itself instead of referenced directory #33

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

amedama41
Copy link
Contributor

Issue

delete action for a symbolic link referenceing directory deletes the directory instead of the link itself.

Cause

The path used by delete action has '/' suffix, then the target is not the symbolic link itself.

Change

Remove '/' suffix from the path when deleting a symbolic link referencing directory.

@obaland obaland merged commit 11596d8 into obaland:main Feb 10, 2024
8 checks passed
@obaland
Copy link
Owner

obaland commented Feb 10, 2024

Thanks for fixing.

@obaland
Copy link
Owner

obaland commented Feb 12, 2024

@amedama41
It may be improved later.

@amedama41 amedama41 deleted the issue/fix_symlink_delete branch May 19, 2024 13:57
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.

None yet

2 participants