Permalink
Browse files

fix BYOR config

  • Loading branch information...
1 parent da9d883 commit ec765812c8cdda33c8150221e054c44f1f7bb360 @StrausMG StrausMG committed Jun 25, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 etc/byor_config.py
View
@@ -6,4 +6,4 @@
from os.path import join as pjoin
with open(pjoin(c.JupyterHub.template_paths[0], '_byor_options_form.html')) as form:
- c.CustomDockerSpawner.options_form = form.read()
+ c.ByorDockerSpawner.options_form = form.read()

0 comments on commit ec76581

Please sign in to comment.