Skip to content

Commit

Permalink
Fix url name.
Browse files Browse the repository at this point in the history
  • Loading branch information
onrik committed Sep 7, 2016
1 parent 7452442 commit 91996e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webshell/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 1)
VERSION = (0, 1, 2)


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion webshell/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .views import execute_script_view

urlpatterns = [
url(r'^execute/$', execute_script_view, name='execute'),
url(r'^execute/$', execute_script_view, name='execute-script'),
]

0 comments on commit 91996e3

Please sign in to comment.