Skip to content

Commit

Permalink
Fix for DOMA k8s and trf
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardKaravakis committed Jun 7, 2024
1 parent 666430e commit e9530a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/user/sphenix/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def get_valid_base_urls(order: str = "") -> list:
"""
valid_base_urls = []
_valid_base_urls = ["https://storage.googleapis.com/drp-us-central1-containers",
"http://pandaserver-doma.cern.ch:25080/trf/user"]
"https://pandaserver-doma.cern.ch/trf/user"]

if order:
valid_base_urls.append(order)
Expand Down

0 comments on commit e9530a3

Please sign in to comment.