Closed fdschmidt93 closed 3 years ago
Checking out a PR got refactored in #184 and now the mapping points to a non-existing function in commands.lua.
commands.lua
No issue exists but happy to add one post-hoc if desired.
Changing what command checkout_pr in mappings.lua points to, namely commands.pr.checkout
checkout_pr
mappings.lua
commands.pr.checkout
Try checking out as is and you'll run into an error. This PR is a simple fix for that :)
Thanks!!
Describe what this PR does / why we need it
Checking out a PR got refactored in #184 and now the mapping points to a non-existing function in
commands.lua
.Does this pull request fix one issue?
No issue exists but happy to add one post-hoc if desired.
Describe how you did it
Changing what command
checkout_pr
inmappings.lua
points to, namelycommands.pr.checkout
Describe how to verify it
Try checking out as is and you'll run into an error. This PR is a simple fix for that :)
Special notes for reviews