Skip to content

Commit

Permalink
Merge branch 'master' of git.rackster.ch:ipynbsrv/ipynbsrv
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Käser committed Aug 11, 2015
2 parents 212b202 + c45e7a8 commit 8da323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipynbsrv/web/views/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def clone(request):
# create clone
try:
client.containers(ct_id).clone.post(params)
messages.success(request, "Sucessfully created the clone `{}`.".format(name))
messages.success(request, "Sucessfully created the clone `{}`.".format(params.get('name']))
except Exception as e:
messages.error(request, api_error_message(e, params))

Expand Down

0 comments on commit 8da323f

Please sign in to comment.