The problem was remove-ext (and remove-ext*) function checked the given path for hidden files, and treated "./file.html.pm" as a hidden file. This fix checks file name of a given path.
The problem was remove-ext (and remove-ext*) function checked the given path for hidden files, and treated "./file.html.pm" as a hidden file. This fix checks _file name_ of a given path.
The problem was remove-ext (and remove-ext*) function checked the given path for hidden files, and treated "./file.html.pm" as a hidden file. This fix checks file name of a given path.
Thank you.
bc95ce269e
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.