bumpver icon indicating copy to clipboard operation
bumpver copied to clipboard

Add quotes to path variable for add_path subcommand

Open brucetony opened this issue 2 years ago • 1 comments

I ran into issues getting the git functionality to work on Windows. At first, I was going to alter the package to use pathlib, but I found a much simpler fix to get it to work on both Windows and Unix systems by simply wrapping the filepath in quotes in the subcommand.

brucetony avatar Aug 03 '22 09:08 brucetony

Very nice. Thanks for the PR :heart:

mbarkhau avatar Aug 04 '22 20:08 mbarkhau