summarylogtreecommitdiffstats
path: root/nova2-executable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nova2-executable.patch')
-rw-r--r--nova2-executable.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/nova2-executable.patch b/nova2-executable.patch
index cb643c7ccb3f..ab9a9953eff6 100644
--- a/nova2-executable.patch
+++ b/nova2-executable.patch
@@ -1,10 +1,10 @@
diff -Naurp a/supernova/executable.py b/supernova/executable.py
---- a/supernova/executable.py 2015-07-18 00:22:07.000000000 -0500
-+++ b/supernova/executable.py 2015-07-18 21:58:23.018328979 -0500
-@@ -57,7 +57,7 @@ def print_env_list(ctx, param, value):
+--- a/supernova/executable.py 2015-07-21 16:11:04.000000000 -0500
++++ b/supernova/executable.py 2015-07-22 19:24:20.782381530 -0500
+@@ -66,7 +66,7 @@ command_settings = {
- @click.command()
+ @click.command(context_settings=command_settings)
-@click.option('--executable', '-x', default='nova',
+@click.option('--executable', '-x', default='nova2',
help='Command to run', show_default=True)