From d45711e35f15cdb5a2f0b0450f88906f5971fd8d Mon Sep 17 00:00:00 2001 From: Richard Bronosky Date: Wed, 8 Apr 2015 10:40:22 -0400 Subject: [PATCH] try building-command-table.main --- awshelloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awshelloworld.py b/awshelloworld.py index 6e3260c..3e0fcd4 100644 --- a/awshelloworld.py +++ b/awshelloworld.py @@ -55,7 +55,7 @@ def awscli_initialize(cli): # from pprint import pprint; import IPython; IPython.embed() # cli.register('building-command-table.helloworld', HelloWorld.add_command) - cli.register('building-command-table.helloworld', inject_commands) + cli.register('building-command-table.main', inject_commands) def inject_commands(command_table, session, **kwargs):