Skip to content

Commit

Permalink
Fix the kernel names
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1234 committed Jul 30, 2019
1 parent 07f909a commit f1fbf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/__init__.py
Expand Up @@ -85,7 +85,7 @@ def menu_config(self):
this_dir = pathlib.Path(__file__).parent


kernels = [Kernel(k, this_dir, env) for k in ['kernel-test', 'kernel-with']]
kernels = [Kernel(k, this_dir, env) for k in ['kernel', 'kernel7', 'kernel7l']]


@command()
Expand Down

0 comments on commit f1fbf89

Please sign in to comment.