Skip to content

Commit

Permalink
Correct commit name
Browse files Browse the repository at this point in the history
  • Loading branch information
DevHugo authored and pierre-24 committed Feb 23, 2016
1 parent 0857df0 commit c7e586e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zds/tutorialv2/management/commands/adjust_slugs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from django.core.management.base import BaseCommand
from zds.settings import ZDS_APP
from zds.tutorialv2.models.models_database import PublishableContent
from django.utils.translation import ugettext_lazy as _


class Command(BaseCommand):
Expand Down Expand Up @@ -40,7 +39,7 @@ def handle(self, *args, **options):
good_slug,
versioned.get_introduction(),
versioned.get_conclusion(),
commit_message=_(u'[hotfix] Corrige le slug pour éviter un bug'))
commit_message='[hotfix] Corrige le slug')

c.save()

Expand Down

0 comments on commit c7e586e

Please sign in to comment.