Skip to content

Commit

Permalink
Fix trigger url
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Dec 4, 2015
1 parent 7de86a9 commit 8677208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
)

DOCKER_TRIGGER = \
'https://registry.hub.docker.com/u/phpmyadmin/phpmyadmin/trigger/{0}'
'https://registry.hub.docker.com/u/phpmyadmin/phpmyadmin/trigger/{0}/'


def get_current_releases():
Expand Down

0 comments on commit 8677208

Please sign in to comment.