From 826336ee57d9fe94b620d78733acfb137411a021 Mon Sep 17 00:00:00 2001 From: Ali Vahdati <3798865+kavir1698@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:07:19 +0200 Subject: [PATCH] Change GitHubMainLocation to service-availability branch (#37) --- datasetUtils/checkForServiceAvailability.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasetUtils/checkForServiceAvailability.go b/datasetUtils/checkForServiceAvailability.go index 9c50b2c..1d859d9 100644 --- a/datasetUtils/checkForServiceAvailability.go +++ b/datasetUtils/checkForServiceAvailability.go @@ -26,7 +26,7 @@ type ServiceAvailability struct { Qa OverallAvailability } -var GitHubMainLocation = "https://raw.githubusercontent.com/paulscherrerinstitute/scicat-cli/main" +var GitHubMainLocation = "https://raw.githubusercontent.com/paulscherrerinstitute/scicat-cli/service-availability" // CheckForServiceAvailability checks the availability of the dataset ingestor service. // It fetches a YAML file from GitHubMainLocation, parses it, and logs the service availability status.