Skip to content

Commit

Permalink
Fix command error
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Oct 8, 2020
1 parent c1a1927 commit d095cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaphod.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(self):
self.modifiedfiles = []

self.gitResetCommand = "git reset HEAD --hard".split()
self.gitCheckoutCommand = "git checlatexdiffkout".split()
self.gitCheckoutCommand = "git checkout".split()
self.gitAddCommand = "git add .".split()
self.gitCommitCommand = "git commit -m".split()
self.gitBranchCommand = "git branch".split()
Expand Down

0 comments on commit d095cd1

Please sign in to comment.