Skip to content

Commit 61f0750

Browse files
committed
fix run
1 parent 503d097 commit 61f0750

File tree

1 file changed

+1
-1
lines changed
  • projects/fal/src/fal/cli

1 file changed

+1
-1
lines changed

projects/fal/src/fal/cli/run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def _run(args):
1010

1111
if is_app_name(args.func_ref):
1212
app_name = args.func_ref[0]
13-
app_ref, _ = get_app_data_from_toml(app_name)
13+
app_ref, _, _ = get_app_data_from_toml(app_name)
1414
file_path, func_name = RefAction.split_ref(app_ref)
1515
else:
1616
file_path, func_name = args.func_ref

0 commit comments

Comments
 (0)