diff --git a/git.py b/git.py index 2a08ffa8..1626eceb 100644 --- a/git.py +++ b/git.py @@ -105,6 +105,8 @@ def run_command(self, command, callback=None, show_status=True, self.active_view().run_command('save') if command[0] == 'git' and s.get('git_command'): command[0] = s.get('git_command') + if command[0] == 'git-flow' and s.get('git_flow_command'): + command[0] = s.get('git_flow_command') if not callback: callback = self.generic_done