Skip to content

Commit 78465e5

Browse files
Replace FunctionRunner with Runner in CLI
1 parent 2aec417 commit 78465e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

function/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@sdkcli.standard_options
1111
def cli(**kwargs):
1212
"""A Crossplane composition function."""
13-
sdkcli.run(fn.FunctionRunner(), **kwargs)
13+
sdkcli.run(fn.Runner(), **kwargs)
1414

1515

1616
if __name__ == "__main__":

0 commit comments

Comments
 (0)