Skip to content

Commit

Permalink
Merge pull request #997 from divmain/quick_commit
Browse files Browse the repository at this point in the history
Fix: GsQuickCommitCommand is a WindowCommand
  • Loading branch information
stoivo committed Aug 29, 2018
2 parents 3c2e064 + 9d68747 commit f553da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/quick_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def run(self):
)

def on_done(self, commit_message):
self.view.window().status_message("Commiting...")
self.window.status_message("Commiting...")
self.git("commit", "-q", "-F", "-", stdin=commit_message)
self.window.status_message("Committed successfully.")
util.view.refresh_gitsavvy(self.window.active_view())
Expand Down

0 comments on commit f553da5

Please sign in to comment.