Skip to content

Commit

Permalink
Merge pull request #7965 from chrisburr/https-ping
Browse files Browse the repository at this point in the history
[8.0] Support https URLs with dirac-framework-ping-service
  • Loading branch information
chaen authored Dec 20, 2024
2 parents 70f7aae + 9ef9051 commit 0169e53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def main():
url = None
if len(args) == 1:
# it is a URL
if args[0].startswith("dips://"):
if args[0].startswith(("dips://", "https://")):
url = args[0]
# It is System/Service
else:
Expand Down

0 comments on commit 0169e53

Please sign in to comment.