Skip to content

Commit

Permalink
fix git reset args
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Jan 16, 2023
1 parent cbbd17c commit 9a821df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
{
"title": "Reset {SOURCE_BRANCH_NAME} onto {TARGET_BRANCH_NAME}...",
"icon": "reply",
"args": "checkout '$1' && git reset '$1'",
"args": "checkout '$1' && git reset '$2'",
"params": [
"{SOURCE_BRANCH_NAME}",
"{TARGET_BRANCH_NAME}"
Expand Down

0 comments on commit 9a821df

Please sign in to comment.