Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Bring Your Own Resources #205

Merged
merged 23 commits into from Jun 30, 2017
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split
Viewing a subset of changes. View all

fix BYOR config

commit ec765812c8cdda33c8150221e054c44f1f7bb360 @StrausMG StrausMG committed Jun 25, 2017
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()
@anaderi

anaderi Jun 27, 2017

Owner

move to ByorDockerSpawner.init