Skip to content

Commit

Permalink
Fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
turetske committed Dec 3, 2024
1 parent 7c989b0 commit 87f5949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pelicanfs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ def __init__(

if federation_discovery_url and not federation_discovery_url.endswith("/"):
federation_discovery_url = federation_discovery_url + "/"
self.discoveryUrl = federation_discovery_url
self.directorUrl = ""
self.discovery_url = federation_discovery_url
self.director_url = ""

self.direct_reads = direct_reads
self.preferred_caches = preferred_caches
Expand Down

0 comments on commit 87f5949

Please sign in to comment.