Skip to content

Commit cfaf74d

Browse files
authored
Merge pull request #9 from desertSniper87/master
typo in success
2 parents 369b953 + be312a6 commit cfaf74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reset_migrations/management/commands/reset_migrations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def handle(self, *args, **options):
7474
if not options['cached']:
7575
self.delete_files_app(app)
7676
self.delete_dependence_app(app)
77-
self.stdout.write("APP (%s) deleted with sucess" % app)
77+
self.stdout.write("APP (%s) deleted with success" % app)
7878

7979
if not options['cached']:
8080
call_command('makemigrations', *apps)

0 commit comments

Comments
 (0)