Skip to content

Commit

Permalink
Changing default base directory to match the repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee authored Jan 2, 2025
1 parent 1318418 commit bb4efab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panoptes/pocs/utils/cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def setup():
return

# Set the base directory.
base_dir = prompt.Prompt.ask('Enter the base directory for POCS', default='/home/panoptes/pocs')
base_dir = prompt.Prompt.ask('Enter the base directory for POCS', default='/home/panoptes/POCS')
set_config('directories.base', base_dir)

# Get the user-friendly name for the unit.
Expand Down

0 comments on commit bb4efab

Please sign in to comment.