Skip to content

Commit

Permalink
Fix duplicated function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee authored Jul 8, 2024
1 parent 8e90d13 commit f7f1206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panoptes/pocs/utils/cli/mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def set_park_position(


@app.command(name='slew-home')
def search_for_home(
def slew_to_home(
confirm: Annotated[bool, typer.Option(
..., '--confirm',
prompt='Are you sure you want to slew to the home position?',
Expand Down

0 comments on commit f7f1206

Please sign in to comment.