spr
spr copied to clipboard
fix(): branch name with multiple / creates an invalid configuration
Hi 👋
I use a name convention for branches in my company, often like this: username/foo/bar.
In that context, when this code is evaluated, the result is:
repoCfg.GitHubRemote = "origin/username/foo
repoCfg.GitHubBranch = "bar"
This is of course invalid and prevents the system to work correctly.
Thanks
It looks like @davinkevin has a possible patch. Is there any chance this can get PRd in soon?