Skip to content

Commit

Permalink
fixed no_delete typo
Browse files Browse the repository at this point in the history
  • Loading branch information
medina committed Sep 4, 2014
1 parent 4217f77 commit 17eacb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githubcollective/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, github, verbose=False, pretend=False, no_delete=False):
self.github = github
self.verbose = verbose
self.pretend = pretend
self.not_delete = no_delete
self.no_delete = no_delete

def run(self, new, old):

Expand Down

0 comments on commit 17eacb8

Please sign in to comment.