Skip to content

Commit

Permalink
sweep: #7965 Support https URLs with dirac-framework-ping-service
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr authored and web-flow committed Dec 20, 2024
1 parent ddf4621 commit e2bab52
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 e2bab52

Please sign in to comment.