Skip to content

Commit

Permalink
Point to sasquatch enabled Butler repo for LATISS and ComCam.
Browse files Browse the repository at this point in the history
  • Loading branch information
aferte committed Oct 24, 2024
1 parent ce4c6a3 commit 0a7ebf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def get_schema(cls):
repo:
type: string
descriptor: Butler repository.
default: "/repo/LATISS"
default: "/repo/LATISS/butler+sasquatch.yaml"
additionalProperties: false
"""
schema_dict = yaml.safe_load(schema)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_schema(cls):
repo:
type: string
descriptor: Butler repository.
default: "/repo/LSSTComCam"
default: "/repo/LSSTComCam/butler+sasquatch.yaml"
additionalProperties: false
"""
schema_dict = yaml.safe_load(schema)
Expand Down

0 comments on commit 0a7ebf6

Please sign in to comment.