Skip to content

Commit

Permalink
fix: typo in remote command
Browse files Browse the repository at this point in the history
Merged from: akoutmos:patch-1
PR #114
  • Loading branch information
gigatim committed Oct 2, 2024
1 parent 345b9e5 commit efc26fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gigalixir/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def distillery_eval(session, app_name, ssh_opts, ssh_cmd, expression):
# capture_output == True as this isn't interactive
# and we want to return the result as a string rather than
# print it out to the screen
return ssh_helper(session, app_name, ssh_opts, ssh_cmd, True, "gigalixir_run", "distillery_eval", "--", expression)
return ssh_helper(session, app_name, ssh_opts, ssh_cmd, True, "gigalixir_run", "distillery-eval", "--", expression)

def distillery_command(session, app_name, ssh_opts, ssh_cmd, *args):
ssh(session, app_name, ssh_opts, ssh_cmd, "gigalixir_run", "shell", "--", "bin/%s" % customer_app_name(session, app_name), *args)
Expand Down

0 comments on commit efc26fe

Please sign in to comment.