Skip to content

Commit

Permalink
Fix issue gitextensions#5893
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioMancin committed Dec 12, 2018
1 parent b182d27 commit 2d66428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/GitFlow/GitFlowForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ private void btnFinish_Click(object sender, EventArgs e)
{ cbPushAfterFinish.Checked, "-p" },
cbBranches.SelectedValue.ToString()
};
RunCommand($"flow ");
RunCommand(args);
}

private bool RunCommand(ArgumentString commandText)
Expand Down

0 comments on commit 2d66428

Please sign in to comment.