Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't require a $ for the {filename} interpolation
This is more consistent with the other variables. I started using ${cleaned_filename} and I noticed I was always getting a $ at the front of my filenames, which led me to discover that actually {cleaned_filename} was being used in the regex, not ${cleaned_filename}. I think its probably easier to just be consistent for all the variables and don't require a $.
- Loading branch information