Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Ryan S. Brown
2015-02-08 17:13:49 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
91a0e20752f346842f58c4ef3d0fc548daf6d089
91a0e207
1 parent
c8bf85c1
Fix invoke/exec role mixup with existing stack
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
kappa/context.py
kappa/context.py
View file @
91a0e20
...
...
@@ -57,7 +57,7 @@ class Context(object):
@property
def
exec_role_arn
(
self
):
return
self
.
_stack
.
invoke
_role_arn
return
self
.
_stack
.
exec
_role_arn
@property
def
invoke_role_arn
(
self
):
...
...
Please
register
or
login
to post a comment